Skip to content

Commit

Permalink
fix: always install npm-merge-driver
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonocasey committed Aug 28, 2018
1 parent 28572c7 commit 03f7c76
Show file tree
Hide file tree
Showing 3 changed files with 184 additions and 113 deletions.
2 changes: 1 addition & 1 deletion generators/app/package-json.js
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ const packageJSON = (current, context) => {
'clean': 'shx rm -rf ./dist ./test/dist',
'postclean': 'shx mkdir -p ./dist ./test/dist',
'lint': 'vjsstandard',
'prepublish': 'not-in-install && npm run build || in-install',
'prepublish': 'not-in-install && npm run build || in-install && npm-merge-driver install',
'start': 'npm-run-all -p server watch',
'server': 'karma start scripts/karma.conf.js --singleRun=false --auto-watch --no-browsers',
'pretest': 'npm-run-all lint build',
Expand Down
Loading

0 comments on commit 03f7c76

Please sign in to comment.