Skip to content

Commit

Permalink
postintall script
Browse files Browse the repository at this point in the history
  • Loading branch information
cuire committed Feb 4, 2023
1 parent e074772 commit 4aa5c07
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 @@ -25,7 +25,8 @@
"lint:fix": "eslint . --ignore-path .gitignore --fix",
"prepare": "husky install && yarn build",
"pre-commit": "lint-staged",
"prepack": "yarn build"
"prepack": "yarn build",
"postinstall": "yarn build"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 4aa5c07

Please sign in to comment.