Skip to content

Commit

Permalink
fix: start should not build before starting, as watch will do that (#131
Browse files Browse the repository at this point in the history
)
  • Loading branch information
brandonocasey authored Aug 7, 2017
1 parent 4912227 commit df4bac6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion generators/app/package-json.js
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,6 @@ const packageJSON = (current, context) => {
'postclean': 'mkdirp dist test/dist',
'lint': 'vjsstandard',
'prepublish': 'npm run build',
'prestart': '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 df4bac6

Please sign in to comment.