typescript: use build mode rather than project mode
This commit is contained in:
parent
f4d6384a59
commit
d0a83d65e1
@ -9,8 +9,8 @@
|
|||||||
"start:api": "node dist/api/start.js",
|
"start:api": "node dist/api/start.js",
|
||||||
"start:cdn": "node dist/cdn/start.js",
|
"start:cdn": "node dist/cdn/start.js",
|
||||||
"start:gateway": "node dist/gateway/start.js",
|
"start:gateway": "node dist/gateway/start.js",
|
||||||
"build": "tsc -p .",
|
"build": "tsc -b .",
|
||||||
"watch": "tsc -w -p .",
|
"watch": "tsc -w -b .",
|
||||||
"test": "node scripts/test.js",
|
"test": "node scripts/test.js",
|
||||||
"lint": "eslint .",
|
"lint": "eslint .",
|
||||||
"setup": "npm run build && npm run generate:schema",
|
"setup": "npm run build && npm run generate:schema",
|
||||||
|
|||||||
Reference in New Issue
Block a user