Install pre-bootstrap

This commit is contained in:
Tony Garnock-Jones 2018-11-06 09:36:07 +00:00
parent 73ab633aea
commit 11a3bd450c
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@ clean:
for p in $(MAKEABLE_PACKAGES); do $(MAKE) -C packages/$$p clean; done
bootstrap:
npm i .
npx lerna bootstrap
.PHONY: bootstrap