Adjust makefile

This commit is contained in:
Tony Garnock-Jones 2018-11-06 10:16:25 +00:00
parent 11a3bd450c
commit f0e134c6a1
1 changed files with 1 additions and 1 deletions

View File

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