Skip to content

Commit

Permalink
feature: build after install
Browse files Browse the repository at this point in the history
  • Loading branch information
H34D committed Apr 8, 2024
1 parent efc9c9c commit 5660239
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 @@ -18,7 +18,7 @@
"lint:ts": "eslint --max-warnings 0 .",
"lint:json": "prettier -c src/assets/*/*.json",
"prepack": "yarn build",
"prepare": "husky install",
"prepare": "husky install && tsc",
"test": "jest"
},
"repository": {
Expand Down

0 comments on commit 5660239

Please sign in to comment.