only run separate install scripts in root dir

This commit is contained in:
Nathaniel Tampus
2023-07-27 17:47:28 +08:00
parent 3e3b18b493
commit 2aea4af121
3 changed files with 2 additions and 4 deletions

View File

@@ -4,7 +4,6 @@
"main": "./dist/server.js",
"type": "module",
"scripts": {
"separate-install": "pnpm --ignore-workspace install",
"start": "node ./dist/server.js",
"build": "tsc",
"dev": "tsc-watch --noClear --onSuccess \"node ./dist/server.js\""