From b136cbaac9bf6f3849abcbf6232660f49ae34d79 Mon Sep 17 00:00:00 2001 From: Satyajit Sahoo Date: Thu, 29 Mar 2018 11:28:28 +0200 Subject: [PATCH] chore: run yarn in root folder on bootstrap --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 23b0c76..bab37a7 100644 --- a/package.json +++ b/package.json @@ -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",