Skip to content

Commit

Permalink
fix publish script
Browse files Browse the repository at this point in the history
  • Loading branch information
vsavkin committed Feb 6, 2019
1 parent cd2a561 commit 5699b03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package-scripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -166,8 +166,8 @@ module.exports = {
)
},
publish: {
electronWin: nps.series.nps(
'prepare.electron',
electronWin: nps.series(
'nps prepare.electron',
electronBuilder(
'--win',
'always',
Expand Down

0 comments on commit 5699b03

Please sign in to comment.