|
@@ -77,6 +77,7 @@
|
|
"scripts": {
|
|
"scripts": {
|
|
"prebuild": "tslint -c tslint.json -p tsconfig.json --fix",
|
|
"prebuild": "tslint -c tslint.json -p tsconfig.json --fix",
|
|
"build": "yarn clean && tsc",
|
|
"build": "yarn clean && tsc",
|
|
|
|
+ "build-electron": "node electron-prebuild && yarn build",
|
|
"prestart": "rm -rf dist && yarn build",
|
|
"prestart": "rm -rf dist && yarn build",
|
|
"start": "nodemon src/app.ts",
|
|
"start": "nodemon src/app.ts",
|
|
"start:plugin": "yarn build && cross-env PLUGIN_DEV=1 node dist/attu/express/src/app.js",
|
|
"start:plugin": "yarn build && cross-env PLUGIN_DEV=1 node dist/attu/express/src/app.js",
|