Skip to content

Commit

Permalink
fix(ci): compile source
Browse files Browse the repository at this point in the history
  • Loading branch information
coderbyheart committed Oct 17, 2023
1 parent e80fc57 commit bad6cbc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"type": "module",
"scripts": {
"test": "tsx --no-warnings --test ./src/*.spec.ts",
"prepare": "husky install"
"prepare": "husky install",
"prepublishOnly": "npx tsc --noEmit false --outDir ./dist -d"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit bad6cbc

Please sign in to comment.