Skip to content

Commit

Permalink
feat: Don't build on install (#142)
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonocasey authored and misteroneill committed Nov 28, 2017
1 parent 1207175 commit 117cdfb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion generators/app/package-json.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ const DEFAULTS = {
'bannerize': '^1.0.2',
'conventional-changelog-cli': '^1.3.1',
'conventional-changelog-videojs': '^3.0.0',
'in-publish': '^2.0.0',
'karma': '^1.7.0',
'karma-chrome-launcher': '^2.1.1',
'karma-detect-browsers': '^2.2.5',
Expand Down Expand Up @@ -170,7 +171,7 @@ const packageJSON = (current, context) => {
'clean': 'rimraf dist test/dist',
'postclean': 'mkdirp dist test/dist',
'lint': 'vjsstandard',
'prepublish': 'npm run build',
'prepublish': 'not-in-install && npm run build',
'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 117cdfb

Please sign in to comment.