1
1
mirror of https://github.com/primer/css.git synced 2024-12-24 22:53:58 +03:00

run bootstrap whenever we install

This commit is contained in:
Shawn Allen 2017-09-07 12:18:14 -07:00
parent 4128fd2de0
commit 919b1f8dd3

View File

@ -1,6 +1,7 @@
{
"private": true,
"scripts": {
"postinstall": "npm run bootstrap",
"bootstrap": "lerna bootstrap --hoist",
"clean": "lerna clean",
"diff": "lerna diff",