add proper watch mode
This commit is contained in:
parent
524e2a7f1b
commit
fde067c105
BIN
package-lock.json
generated
BIN
package-lock.json
generated
Binary file not shown.
@ -11,7 +11,7 @@
|
||||
"start:gateway": "node --enable-source-maps dist/gateway/start.js",
|
||||
"build": "npm run build:src && npm run generate:schema && npm run generate:openapi",
|
||||
"build:src": "tsc -b -v",
|
||||
"watch": "tsc -w -b .",
|
||||
"watch": "concurrently \"tsc -b -w .\" \"nodemon -r module-alias/register dist/bundle/server.js\"",
|
||||
"test": "node scripts/test.js",
|
||||
"lint": "eslint .",
|
||||
"setup": "npm run build && npm run generate:schema",
|
||||
@ -62,9 +62,11 @@
|
||||
"@types/ws": "^8.18.1",
|
||||
"@typescript-eslint/eslint-plugin": "^8.47.0",
|
||||
"@typescript-eslint/parser": "^8.47.0",
|
||||
"concurrently": "^9.2.1",
|
||||
"eslint": "^9.39.1",
|
||||
"globals": "^16.5.0",
|
||||
"husky": "^9.1.7",
|
||||
"nodemon": "^3.1.11",
|
||||
"patch-package": "^8.0.1",
|
||||
"prettier": "^3.6.2",
|
||||
"pretty-quick": "^4.2.2",
|
||||
|
||||
Reference in New Issue
Block a user