add install scripts for separate deployments

This commit is contained in:
Nathaniel Tampus
2023-07-27 17:33:27 +08:00
parent f846e8f15f
commit 3e3b18b493
3 changed files with 4 additions and 0 deletions

View File

@@ -4,6 +4,7 @@
"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\""