mirror of
https://github.com/spacebarchat/server.git
synced 2026-03-29 07:39:53 +00:00
typescript: use build mode rather than project mode
This commit is contained in:
@@ -9,8 +9,8 @@
|
||||
"start:api": "node dist/api/start.js",
|
||||
"start:cdn": "node dist/cdn/start.js",
|
||||
"start:gateway": "node dist/gateway/start.js",
|
||||
"build": "tsc -p .",
|
||||
"watch": "tsc -w -p .",
|
||||
"build": "tsc -b .",
|
||||
"watch": "tsc -w -b .",
|
||||
"test": "node scripts/test.js",
|
||||
"lint": "eslint .",
|
||||
"setup": "npm run build && npm run generate:schema",
|
||||
|
||||
Reference in New Issue
Block a user