1
1
mirror of https://github.com/primer/css.git synced 2024-12-25 07:03:35 +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, "private": true,
"scripts": { "scripts": {
"postinstall": "npm run bootstrap",
"bootstrap": "lerna bootstrap --hoist", "bootstrap": "lerna bootstrap --hoist",
"clean": "lerna clean", "clean": "lerna clean",
"diff": "lerna diff", "diff": "lerna diff",