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:
parent
4128fd2de0
commit
919b1f8dd3
@ -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",
|
||||||
|
Loading…
Reference in New Issue
Block a user