add isolated install scripts for each workspace
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
"main": "./dist/server.js",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"isolated-install": "pnpm -w install:server",
|
||||
"start": "node dist/server.js",
|
||||
"build": "tsc",
|
||||
"dev": "tsc-watch --noClear --onSuccess \"node dist/server.js\""
|
||||
|
||||
Reference in New Issue
Block a user