fix scripts for workspace-specific installs

This commit is contained in:
Nathaniel Tampus
2023-10-09 11:59:53 +08:00
parent 4309086d7e
commit 93d991a9b2
3 changed files with 4 additions and 7 deletions

View File

@@ -4,10 +4,9 @@
"main": "./dist/server.js",
"type": "module",
"scripts": {
"separate-install": "pnpm -w separate-install:server",
"start": "node ./dist/server.js",
"start": "node dist/server.js",
"build": "tsc",
"dev": "tsc-watch --noClear --onSuccess \"node ./dist/server.js\""
"dev": "tsc-watch --noClear --onSuccess \"node dist/server.js\""
},
"dependencies": {
"argon2": "^0.31.1",