mirror of
https://github.com/gre/gl-react.git
synced 2026-01-18 16:16:59 +00:00
drop bootstrap command, just use build
This commit is contained in:
parent
d99bcd18b8
commit
4e987f17de
@ -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
|
||||
|
||||
@ -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": [
|
||||
|
||||
@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user