|
|
|
@ -24,7 +24,7 @@
|
|
|
|
|
"start-swarm-test-2": "cross-env NODE_ENV=swarm-testing NODE_APP_INSTANCE=2 electron .",
|
|
|
|
|
"grunt": "grunt",
|
|
|
|
|
"icon-gen": "electron-icon-maker --input=images/icon_1024.png --output=./build",
|
|
|
|
|
"generate": "yarn icon-gen && yarn grunt",
|
|
|
|
|
"generate": "yarn icon-gen && yarn grunt",
|
|
|
|
|
"build-release": "cross-env SIGNAL_ENV=production npm run build -- --config.directories.output=release",
|
|
|
|
|
"build-module-protobuf": "pbjs --target static-module --wrap commonjs --out ts/protobuf/compiled.js protos/*.proto && pbts --out ts/protobuf/compiled.d.ts ts/protobuf/compiled.js",
|
|
|
|
|
"clean-module-protobuf": "rm -f ts/protobuf/compiled.d.ts ts/protobuf/compiled.js",
|
|
|
|
|