Fixing pusher build + building in CI
This commit is contained in:
parent
ff17cb99d6
commit
1a5078f87d
4 changed files with 7 additions and 10 deletions
|
@ -7,6 +7,7 @@
|
|||
"tsc": "tsc",
|
||||
"dev": "ts-node-dev --respawn ./server.ts",
|
||||
"prod": "tsc && node --max-old-space-size=4096 ./dist/server.js",
|
||||
"runprod": "node --max-old-space-size=4096 ./dist/server.js",
|
||||
"profile": "tsc && node --prof ./dist/server.js",
|
||||
"test": "ts-node node_modules/jasmine/bin/jasmine --config=jasmine.json",
|
||||
"lint": "node_modules/.bin/eslint src/ . --ext .ts",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue