Skip to content
This repository has been archived by the owner on Apr 22, 2022. It is now read-only.

Commit

Permalink
Install bower dependencies after npm install
Browse files Browse the repository at this point in the history
  • Loading branch information
yecli committed Jan 28, 2020
1 parent def3a41 commit b7a7847
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,5 +71,7 @@
"bugs": {
"url": "https://github.com/VirtoCommerce/material-theme/issues"
},
"scripts": {}
"scripts": {
"postinstall": "node_modules/.bin/bower install"
}
}

0 comments on commit b7a7847

Please sign in to comment.