This commit is contained in:
Thomas Nordquist
2019-02-21 08:59:38 +01:00
parent 701477f32e
commit ba919c19fa
2 changed files with 1 additions and 5 deletions
-4
View File
@@ -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
View File
@@ -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",