From 4e987f17de21451b80dfd700d069b0970dbe9102 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABtan=20Renaudeau?= Date: Wed, 19 Apr 2017 15:22:09 +0200 Subject: [PATCH] drop bootstrap command, just use `build` --- CONTRIBUTING.md | 3 ++- lerna.json | 2 +- package.json | 3 +-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 30a9c9e..0a980c3 100755 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -10,7 +10,8 @@ Contributions are always welcome, no matter how large or small. ```sh git clone https://github.com/gre/gl-react.git -yarn run bootstrap +yarn +yarn run build ``` ## Building diff --git a/lerna.json b/lerna.json index 98f634f..ad3fb28 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "lerna": "2.0.0-rc.2", + "lerna": "2.0.0-rc.3", "version": "3.0.0-alpha.7", "npmClient": "yarn", "packages": [ diff --git a/package.json b/package.json index 4451cc9..2f42c90 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,6 @@ "private": true, "license": "MIT", "scripts": { - "bootstrap": "yarn && lerna bootstrap && ./packages/undo-unsupported-symlinks.sh", "build": "lerna bootstrap && ./packages/undo-unsupported-symlinks.sh", "flow": "cd packages/gl-react && flow --quiet", "lint": "eslint packages/gl-react*/src/", @@ -30,6 +29,6 @@ "eslint-plugin-react": "^6.9.0", "flow-bin": "^0.44.2", "flow-copy-source": "^1.1.0", - "lerna": "^2.0.0-rc.2" + "lerna": "^2.0.0-rc.3" } }