Skip to content
This repository has been archived by the owner on Nov 10, 2020. It is now read-only.

Commit

Permalink
set to publish always
Browse files Browse the repository at this point in the history
  • Loading branch information
tahnik committed Apr 29, 2018
1 parent 15c5b68 commit 30365a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ environment:
GH_TOKEN:
secure: lM/xGAC3kzCNNZ0iKGgriVDK1C2kQlShiW8ZKVrnKzZ4zin4A3PkJ4wuNdnWfhpM
matrix:
- NODE_VERSION: 8
- NODE_VERSION: 9

# make sure we are running on 64bit
platform:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"postinstall": "electron-builder install-app-deps",
"precommit": "lint-staged",
"profile": "webpack --config webpack/prod.config.js --profile --json > stats.json",
"publish": "electron-builder --draft",
"publish": "electron-builder --publish always",
"server": "webpack-dev-server --mode development --color --config webpack/dev.config.js",
"start": "cross-env NODE_ENV=development electron app/src/app.js",
"start:build": "electron build/app/app.js",
Expand Down

0 comments on commit 30365a9

Please sign in to comment.