|
|
|
@ -6,7 +6,8 @@ |
|
|
|
|
"build:clean": "rimraf dist", |
|
|
|
|
"build:only": "tsc --project tsconfig.build.json", |
|
|
|
|
"build:static": "copyfiles -u 1 \"src/frontend/static/**/*\" dist", |
|
|
|
|
"check-and-start": "npm run prerelease && npm run build && npm run start", |
|
|
|
|
"build-and-run": "npm run build && npm run start", |
|
|
|
|
"check-and-run": "npm run prerelease && npm run build-and-run", |
|
|
|
|
"lint": "eslint src", |
|
|
|
|
"prerelease": "npm run lint && npm run typecheck && npm run test", |
|
|
|
|
"start": "node ./dist/server.js", |
|
|
|
|