Skip to content

Commit 2fa6e5d

Browse files
committed
Run bower as npm postinstall
1 parent 6129c3a commit 2fa6e5d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@
2929
"build": "gulp build",
3030
"release": "gulp release --env=production",
3131
"start": "node ./tasks/start",
32-
"test": "node ./tasks/start --env=test"
32+
"test": "node ./tasks/start --env=test",
33+
"postinstall": "bower cache clean && bower install"
3334
},
3435
"repository": {
3536
"type": "git",

0 commit comments

Comments
 (0)