Fixed lerna build
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Sambo Chea 2021-09-16 18:25:11 +07:00
parent 9ef8db077f
commit 7a2c3dec97
Signed by: sombochea
GPG Key ID: 3C7CF22A05D95490

View File

@ -6,7 +6,7 @@
"private": true, "private": true,
"scripts": { "scripts": {
"start": "ts-node-dev --respawn --transpile-only src/app.ts", "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", "serve": "yarn build && node dist/app.js",
"bootstrap": "lerna bootstrap", "bootstrap": "lerna bootstrap",
"test": "echo \"Error: no test specified\" && exit 1", "test": "echo \"Error: no test specified\" && exit 1",