This repository was archived by the owner on May 31, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 7 files changed +7
-6
lines changed Expand file tree Collapse file tree 7 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 7
7
- ./node_modules/.bin/lerna bootstrap --hoist
8
8
- npm run build
9
9
- npm run lint
10
+ - npm run flow
Original file line number Diff line number Diff line change 14
14
"build" : " ./node_modules/.bin/rollup -c" ,
15
15
"start" : " ./node_modules/.bin/rollup -c -w" ,
16
16
"prepare" : " yarn run build" ,
17
- "flow" : " ./node_modules/.bin/flow" ,
17
+ "flow" : " ./node_modules/.bin/flow check " ,
18
18
"predeploy" : " cd example && yarn install && yarn run build" ,
19
19
"deploy" : " gh-pages -d example/build"
20
20
},
Original file line number Diff line number Diff line change 12
12
"test" : " cross-env CI=1 react-scripts test --env=jsdom" ,
13
13
"test:watch" : " react-scripts test --env=jsdom" ,
14
14
"build" : " ./node_modules/.bin/rollup -c" ,
15
- "flow" : " ./node_modules/.bin/flow" ,
15
+ "flow" : " ./node_modules/.bin/flow check " ,
16
16
"start" : " ./node_modules/.bin/rollup -c -w" ,
17
17
"prepare" : " yarn run build" ,
18
18
"predeploy" : " cd example && yarn install && yarn run build" ,
Original file line number Diff line number Diff line change 13
13
"test:watch" : " react-scripts test --env=jsdom" ,
14
14
"build" : " ./node_modules/.bin/rollup -c" ,
15
15
"start" : " ./node_modules/.bin/rollup -c -w" ,
16
- "flow" : " ./node_modules/.bin/flow" ,
16
+ "flow" : " ./node_modules/.bin/flow check " ,
17
17
"prepare" : " yarn run build" ,
18
18
"predeploy" : " cd example && yarn install && yarn run build" ,
19
19
"deploy" : " gh-pages -d example/build"
Original file line number Diff line number Diff line change 14
14
"build" : " rimraf dist && ./node_modules/.bin/rollup -c && yarn build:flow" ,
15
15
"build:flow" : " ./node_modules/.bin/flow-copy-source -v -i '**/__tests__/**' src dist" ,
16
16
"start" : " ./node_modules/.bin/rollup -c -w" ,
17
- "flow" : " ./node_modules/.bin/flow" ,
17
+ "flow" : " ./node_modules/.bin/flow check " ,
18
18
"prepare" : " yarn run build && yarn build:flow" ,
19
19
"predeploy" : " cd example && yarn install && yarn run build" ,
20
20
"deploy" : " gh-pages -d example/build"
Original file line number Diff line number Diff line change 10
10
"jsnext:main" : " dist/index.es.js" ,
11
11
"scripts" : {
12
12
"test" : " cross-env CI=1 react-scripts test --env=jsdom" ,
13
- "flow" : " ./node_modules/.bin/flow" ,
13
+ "flow" : " ./node_modules/.bin/flow check " ,
14
14
"test:watch" : " react-scripts test --env=jsdom" ,
15
15
"build" : " ./node_modules/.bin/rollup -c" ,
16
16
"start" : " ./node_modules/.bin/rollup -c -w" ,
Original file line number Diff line number Diff line change 11
11
"scripts" : {
12
12
"test" : " cross-env CI=1 react-scripts test --env=jsdom" ,
13
13
"test:watch" : " react-scripts test --env=jsdom" ,
14
- "flow" : " ./node_modules/.bin/flow" ,
14
+ "flow" : " ./node_modules/.bin/flow check " ,
15
15
"build" : " ./node_modules/.bin/rollup -c" ,
16
16
"start" : " ./node_modules/.bin/rollup -c -w" ,
17
17
"prepare" : " yarn run build" ,
You can’t perform that action at this time.
0 commit comments