Skip to content

Commit

Permalink
test: add tsc --noEmit to test:ci script
Browse files Browse the repository at this point in the history
  • Loading branch information
theisel committed Jul 30, 2022
1 parent 004f71d commit 9b7b964
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion component/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"test-lib": "npx uvu -r tsm test/lib ",
"test-ts": "npx tsc --noEmit test/*.test-ts.ts",
"test-all": "pnpm test-component && pnpm test-lib && pnpm test-ts",
"test:ci": "pnpm test-component && pnpm test-lib",
"test:ci": "pnpm test-component && pnpm test-lib && pnpm exec tsc --noEmit",
"test": "pnpm test-all"
},
"dependencies": {
Expand Down

0 comments on commit 9b7b964

Please sign in to comment.