Skip to content

Commit

Permalink
add husky install (#631)
Browse files Browse the repository at this point in the history
  • Loading branch information
BrandonLim8890 authored Oct 18, 2023
1 parent 0a4c3d5 commit 20a9436
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": "eslint packages/ --ext .ts,.tsx .",
"tsc": "yarn workspaces foreach -v --exclude . run tsc",
"g:babel": "cd $INIT_CWD && babel",
"g:cross-env": "cd $INIT_CWD && cross-env"
"g:cross-env": "cd $INIT_CWD && cross-env",
"postinstall": "husky install"
},
"dependencies": {
"@babel/plugin-proposal-class-properties": "^7.18.6",
Expand Down

0 comments on commit 20a9436

Please sign in to comment.