Add lerna bootstrap to main.workflow

This commit is contained in:
Jonathan Clem
2019-04-20 11:07:55 -04:00
parent 7343633101
commit 32a1c14007
2 changed files with 9 additions and 2 deletions

View File

@@ -2,6 +2,7 @@
"name": "root",
"private": true,
"scripts": {
"bootstrap": "lerna bootstrap",
"build": "lerna run tsc",
"format": "prettier --check packages/*/src/**/*.ts",
"test": "jest"