|
|
@@ -37,6 +37,7 @@
|
|
|
"release-electron": "run-s gulp:build && gulp electronMaker",
|
|
|
"debug-electron": "cd static/ && yarn electron:debug",
|
|
|
"e2e-test": "./node_modules/.bin/cypress open",
|
|
|
+ "run-android-release": "yarn clean && yarn release-app && rm -rf ./public/static && mv static ./public && npx cap copy android && npx cap run android",
|
|
|
"clean": "gulp clean",
|
|
|
"test": "run-s cljs:test cljs:run-test",
|
|
|
"report": "run-s cljs:report",
|