Skip to content

Commit

Permalink
Revert postinstall
Browse files Browse the repository at this point in the history
  • Loading branch information
lucferbux committed Sep 9, 2023
1 parent 14dd1d3 commit 80d9007
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@
"build": "run-p -l build:*",
"build:api": "cd ./api && npm run build",
"build:ui": "cd ./ui && npm run build",
"postinstall": "run-p postinstall:*",
"postinstall:backend": "cd ./backend && npm install",
"postinstall:frontend": "cd ./frontend && npm install",
"dev": "run-p -l dev:*",
"dev:api": "cd ./api && npm run dev",
"dev:ui": "cd ./ui && npm run dev",
Expand Down

0 comments on commit 80d9007

Please sign in to comment.