Skip to content

Commit

Permalink
Attempt fix at 'build' not found in path on both Travis and Appveyor.…
Browse files Browse the repository at this point in the history
  • Loading branch information
mattRedBox committed May 16, 2020
1 parent aee8e64 commit c6845bb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
"main": "./dist/electron/main.js",
"repository": "https://github.com/ODIQueensland/data-curator.git",
"scripts": {
"build": "node .electron-vue/build.js && electron-builder",
"build:sign:win:code": "node .electron-vue/build.js && electron-builder --config.win.sign=signWinCode.js",
"build": "node .electron-vue/build.js && ./node_modules/.bin/electron-builder",
"build:sign:win:code": "node .electron-vue/build.js && ./node_modules/.bin/electron-builder --config.win.sign=signWinCode.js",
"build:sign:win:all": "cross-env yarn run build:sign:win:code && yarn run sign:win:installer",
"build:post": "cross-env node ./postbuild.js",
"build:dir": "node .electron-vue/build.js && electron-builder --dir",
"build:dir": "node .electron-vue/build.js && ./node_modules/.bin/electron-builder --dir",
"build:clean": "cross-env BUILD_TARGET=clean node .electron-vue/build.js",
"clean": "cross-env BUILD_TARGET=cleanAll node .electron-vue/build.js",
"sign:win:installer": "cross-env node ./signWinInstaller.js",
Expand Down

0 comments on commit c6845bb

Please sign in to comment.