Skip to content

Commit

Permalink
reverted post-script add.
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Mulholland committed Mar 15, 2018
1 parent f241c99 commit 0594893
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"lint:test": "eslint --ext .js,.vue -f ./node_modules/eslint-friendly-formatter test",
"lint:fix": "eslint --ext .js,.vue -f ./node_modules/eslint-friendly-formatter --fix src",
"pack": "yarn run pack:main && yarn run pack:renderer",
"release:predraft": "yarn run build && build:post && build --publish onTagOrDraft --prerelease true --draft true",
"release:pre": "yarn run build && build:post && build --publish always --prerelease true --draft false",
"release:predraft": "yarn run build && build --publish onTagOrDraft --prerelease true --draft true",
"release:pre": "yarn run build && build --publish always --prerelease true --draft false",
"pack:main": "cross-env NODE_ENV=production webpack --progress --colors --config .electron-vue/webpack.main.config.js",
"pack:renderer": "cross-env NODE_ENV=production webpack --progress --colors --config .electron-vue/webpack.renderer.config.js",
"postinstall": "electron-builder install-app-deps",
Expand Down

0 comments on commit 0594893

Please sign in to comment.