mirror of
https://github.com/spacebarchat/server.git
synced 2026-03-29 09:50:20 +00:00
build: always run openapi and schema generation, use build mode
This commit is contained in:
@@ -9,7 +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 -b .",
|
||||
"build": "npm run build:src && npm run generate:schema && npm run generate:openapi",
|
||||
"build:src": "tsc -b -v",
|
||||
"watch": "tsc -w -b .",
|
||||
"test": "node scripts/test.js",
|
||||
"lint": "eslint .",
|
||||
|
||||
Reference in New Issue
Block a user