Skip to content

Commit

Permalink
Run bower install on prepare, rather than postinstall.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Searle committed Nov 13, 2018
1 parent 7e73b25 commit ee1a59b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions components/x-article-save-button/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,9 @@
"browser": "dist/ArticleSaveButton.es5.js",
"style": "dist/ArticleSaveButton.css",
"scripts": {
"prepare": "npm run build",
"prepare": "bower install && npm run build",
"build": "node rollup.js",
"start": "node rollup.js --watch",
"postinstall": "bower install"
"start": "node rollup.js --watch"
},
"keywords": [],
"author": "",
Expand Down

0 comments on commit ee1a59b

Please sign in to comment.