This commit is contained in:
parent
9ef8db077f
commit
7a2c3dec97
@ -6,7 +6,7 @@
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"start": "ts-node-dev --respawn --transpile-only src/app.ts",
|
||||
"build": "rm -rf dist && tsc",
|
||||
"build": "lerna run build && rm -rf dist && tsc",
|
||||
"serve": "yarn build && node dist/app.js",
|
||||
"bootstrap": "lerna bootstrap",
|
||||
"test": "echo \"Error: no test specified\" && exit 1",
|
||||
|
Loading…
Reference in New Issue
Block a user