Skip to content

Commit

Permalink
"deploy" => "release"
Browse files Browse the repository at this point in the history
  • Loading branch information
nwittwer committed Feb 3, 2019
1 parent 070f444 commit 8b21137
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const hub = new HubRegistry([
gulp.registry(hub)

// Draft a release to Github
gulp.task('RELEASE', gulp.series(
gulp.task('release', gulp.series(
'build-app',
'version-app',
'deploy-app'
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 @@
"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",
"deploy": "gulp release",
"release": "gulp release",
"test": "jest"
},
"repository": {
Expand Down

0 comments on commit 8b21137

Please sign in to comment.