Skip to content

Commit

Permalink
chore: add build step to test
Browse files Browse the repository at this point in the history
  • Loading branch information
huang-julien committed Sep 30, 2024
1 parent c129045 commit ac17572
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 @@ -43,7 +43,7 @@
"lint:fix": "pnpm nitro prepare playground && eslint --cache . --fix",
"prepack": "pnpm run build",
"release": "pnpm test && changelogen --release && npm publish && git push --follow-tags",
"test": "pnpm lint && pnpm test:types && vitest run --coverage --c ./test/vitest.config.ts",
"test": "pnpm lint && pnpm test:types && pnpm build && vitest run --coverage --c ./test/vitest.config.ts",
"test:types": "tsc --noEmit --skipLibCheck"
},
"devDependencies": {
Expand Down

0 comments on commit ac17572

Please sign in to comment.