chore: run yarn in root folder on bootstrap

This commit is contained in:
Satyajit Sahoo
2018-03-29 11:28:28 +02:00
committed by GitHub
parent ab42b415ac
commit b136cbaac9

View File

@@ -22,7 +22,7 @@
"flow": "flow",
"lint": "eslint .",
"test": "jest",
"bootstrap": "yarn --cwd example && yarn --cwd docs"
"bootstrap": "yarn && yarn --cwd example && yarn --cwd docs"
},
"dependencies": {
"color": "^2.0.1",