Skip to content

Commit

Permalink
fix: Prepublish install failure (#143)
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonocasey authored and misteroneill committed Nov 28, 2017
1 parent 117cdfb commit 40735aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generators/app/package-json.js
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ const packageJSON = (current, context) => {
'clean': 'rimraf dist test/dist',
'postclean': 'mkdirp dist test/dist',
'lint': 'vjsstandard',
'prepublish': 'not-in-install && npm run build',
'prepublish': 'not-in-install && npm run build || in-install',
'start': 'npm-run-all -p start:server watch',
'start:server': scriptify([
'static -a 0.0.0.0 -p 9999',
Expand Down

0 comments on commit 40735aa

Please sign in to comment.