[Project] auto run bower install after npm install

This commit is contained in:
Robert von Burg 2022-05-13 15:14:23 +02:00
parent 3df3a13d48
commit edb44c21b5
Signed by: eitch
GPG Key ID: 75DB9C85C74331F7
1 changed files with 3 additions and 0 deletions

View File

@ -30,5 +30,8 @@
"merge-stream": "^1.0.0",
"run-sequence": "^1.2.2",
"vulcanize": "^1.15.3"
},
"scripts": {
"postinstall": "bower install"
}
}