Skip to content

Commit

Permalink
Fix package.json file
Browse files Browse the repository at this point in the history
  • Loading branch information
christianjtr committed Mar 19, 2024
1 parent 0f145b1 commit f2b15b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"dev:client": "npm run dev --prefix app",
"dev:server": "npm run dev --prefix server",
"dev:app": "concurrently \"npm run dev:client\" \"npm run dev:server\"",
"postinstall": "(cd app && npm install); (cd server && npm install); (cd packages/shared-types && npm install);",
"postinstall": "(cd app && npm install); (cd server && npm install);",
"test:client": "npm test --prefix app",
"test:client:cy": "npm run cy:test --prefix app",
"test:server": "npm test --prefix server",
Expand Down

0 comments on commit f2b15b4

Please sign in to comment.