drop bootstrap command, just use build

This commit is contained in:
Gaëtan Renaudeau 2017-04-19 15:22:09 +02:00
parent d99bcd18b8
commit 4e987f17de
3 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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": [

View File

@ -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"
}
}