mirror of
https://github.com/thomasnordquist/MQTT-Explorer.git
synced 2026-09-15 19:14:02 +00:00
WiP
This commit is contained in:
@@ -11,10 +11,6 @@ environment:
|
||||
|
||||
install:
|
||||
- ps: Install-Product node 10 x64
|
||||
- ls
|
||||
- cd app
|
||||
- yarn
|
||||
- cd ..
|
||||
- yarn
|
||||
- yarn prepare-release
|
||||
- yarn package win
|
||||
|
||||
+1
-1
@@ -6,7 +6,7 @@
|
||||
"scripts": {
|
||||
"start": "electron .",
|
||||
"test": "yarn run test-backend",
|
||||
"install": "cd app; yarn; cd ..",
|
||||
"install": "cd app && yarn && cd ..",
|
||||
"build": "tsc && cd app && yarn run build && cd ..",
|
||||
"test-backend": "cd backend && yarn run test && cd ..",
|
||||
"prepare-release": "./scripts/prepare-release.sh",
|
||||
|
||||
Reference in New Issue
Block a user