Skip to content

Commit

Permalink
appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
lacymorrow committed Mar 25, 2022
1 parent 801abc8 commit 2157656
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
"scripts": {
"ava": "ava -v",
"lint": "xo --fix",
"test": "npm run lint",
"test": "yarn lint",
"css": "sass src/index.scss:src/css/index.css src/preferences.scss:src/css/preferences.css -s compressed",
"start": "npm run css && electron --trace-warnings . ",
"start": "yarn css && electron --trace-warnings . ",
"release": "np",
"release:snap": "snapcraft upload --release=CrossOver*.snap",
"pack": "rm -f *.tgz && electron-builder --dir",
Expand All @@ -38,9 +38,8 @@
"build:mw": "electron-builder -wm --arm64 --ia32 --x64",
"build:deb": "electron-builder --linux deb",
"build:snap": "electron-builder --linux snap",
"build:release": "rm -rf dist && npm run build:mac && npm run build:wl && npm run build:snap && npm run sh:copyexe",
"build:release:windows": "npm run build:windows && npm run sh:copyexe",
"deploy": "electron-builder build --macos --win --publish always"
"build:release": "rm -rf dist && yarn build:mac && yarn build:wl && yarn build:snap && yarn sh:copyexe",
"build:release:windows": "yarn build:windows && yarn sh:copyexe"
},
"dependencies": {
"electron-debug": "^3.0.1",
Expand Down

0 comments on commit 2157656

Please sign in to comment.