Skip to content

Commit

Permalink
chore: bootstrap dependencies in install hook
Browse files Browse the repository at this point in the history
  • Loading branch information
Novout committed Mar 26, 2023
1 parent 9e1c5d6 commit 2bc4691
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 @@ -14,7 +14,8 @@
"deploy": "yarn bootstrap && yarn build",
"patch": "generi log patch",
"minor": "generi log minor",
"major": "generi log major"
"major": "generi log major",
"postinstall": "yarn bootstrap"
},
"devDependencies": {
"generi": "0.5.2",
Expand Down

0 comments on commit 2bc4691

Please sign in to comment.