Skip to content

Commit

Permalink
feat(deps): make it possible to run 'npm install' for both the root d…
Browse files Browse the repository at this point in the history
…irectory and 'client' from the root directory
  • Loading branch information
Thomasan1999 committed Sep 9, 2024
1 parent 00c19de commit 0d968f1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
"name": "tomaskudlac",
"scripts": {
"format": "prettier . -write",
"prepare": "husky"
"prepare": "husky",
"postinstall": "cd client && npm i"
},
"devDependencies": {
"@commitlint/cli": "19.4.0",
Expand Down

0 comments on commit 0d968f1

Please sign in to comment.