Skip to content

Commit

Permalink
Merge branch 'main' into decrease-font-size
Browse files Browse the repository at this point in the history
  • Loading branch information
AngelaZQ1 committed Oct 18, 2023
2 parents 02107ef + 20a9436 commit ef90b7e
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 ef90b7e

Please sign in to comment.