Skip to content

Commit

Permalink
chore: remove ts:typecheck for pkg:init
Browse files Browse the repository at this point in the history
  • Loading branch information
danpacho committed Jan 2, 2025
1 parent 7ba3406 commit 557629e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"test": "FORCE_COLOR=1 vitest",
"test:watch": "FORCE_COLOR=1 vitest --watch -u",
"test:coverage": "FORCE_COLOR=1 vitest run --coverage",
"test:ci": "pnpm build && pnpm prettier && pnpm ts:typecheck && pnpm test:coverage",
"test:ci": "pnpm build && pnpm prettier && pnpm test:coverage",
"ts:typecheck": "tsc --noEmit --allowImportingTsExtensions --skipLibCheck --jsx react-jsx",
"ts:performance": "rimraf ts-perf && tsc --noEmit --generateTrace ts-perf",
"reset": "pnpm clean && pnpm -r --parallel exec rimraf node_modules dist && rimraf node_modules dist",
Expand Down

0 comments on commit 557629e

Please sign in to comment.