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 77 - ./node_modules/.bin/lerna bootstrap --hoist
88 - npm run build
99 - npm run lint
10+ - npm run flow
Original file line number Diff line number Diff line change 1414 "build" : " ./node_modules/.bin/rollup -c" ,
1515 "start" : " ./node_modules/.bin/rollup -c -w" ,
1616 "prepare" : " yarn run build" ,
17- "flow" : " ./node_modules/.bin/flow" ,
17+ "flow" : " ./node_modules/.bin/flow check " ,
1818 "predeploy" : " cd example && yarn install && yarn run build" ,
1919 "deploy" : " gh-pages -d example/build"
2020 },
Original file line number Diff line number Diff line change 1212 "test" : " cross-env CI=1 react-scripts test --env=jsdom" ,
1313 "test:watch" : " react-scripts test --env=jsdom" ,
1414 "build" : " ./node_modules/.bin/rollup -c" ,
15- "flow" : " ./node_modules/.bin/flow" ,
15+ "flow" : " ./node_modules/.bin/flow check " ,
1616 "start" : " ./node_modules/.bin/rollup -c -w" ,
1717 "prepare" : " yarn run build" ,
1818 "predeploy" : " cd example && yarn install && yarn run build" ,
Original file line number Diff line number Diff line change 1313 "test:watch" : " react-scripts test --env=jsdom" ,
1414 "build" : " ./node_modules/.bin/rollup -c" ,
1515 "start" : " ./node_modules/.bin/rollup -c -w" ,
16- "flow" : " ./node_modules/.bin/flow" ,
16+ "flow" : " ./node_modules/.bin/flow check " ,
1717 "prepare" : " yarn run build" ,
1818 "predeploy" : " cd example && yarn install && yarn run build" ,
1919 "deploy" : " gh-pages -d example/build"
Original file line number Diff line number Diff line change 1414 "build" : " rimraf dist && ./node_modules/.bin/rollup -c && yarn build:flow" ,
1515 "build:flow" : " ./node_modules/.bin/flow-copy-source -v -i '**/__tests__/**' src dist" ,
1616 "start" : " ./node_modules/.bin/rollup -c -w" ,
17- "flow" : " ./node_modules/.bin/flow" ,
17+ "flow" : " ./node_modules/.bin/flow check " ,
1818 "prepare" : " yarn run build && yarn build:flow" ,
1919 "predeploy" : " cd example && yarn install && yarn run build" ,
2020 "deploy" : " gh-pages -d example/build"
Original file line number Diff line number Diff line change 1010 "jsnext:main" : " dist/index.es.js" ,
1111 "scripts" : {
1212 "test" : " cross-env CI=1 react-scripts test --env=jsdom" ,
13- "flow" : " ./node_modules/.bin/flow" ,
13+ "flow" : " ./node_modules/.bin/flow check " ,
1414 "test:watch" : " react-scripts test --env=jsdom" ,
1515 "build" : " ./node_modules/.bin/rollup -c" ,
1616 "start" : " ./node_modules/.bin/rollup -c -w" ,
Original file line number Diff line number Diff line change 1111 "scripts" : {
1212 "test" : " cross-env CI=1 react-scripts test --env=jsdom" ,
1313 "test:watch" : " react-scripts test --env=jsdom" ,
14- "flow" : " ./node_modules/.bin/flow" ,
14+ "flow" : " ./node_modules/.bin/flow check " ,
1515 "build" : " ./node_modules/.bin/rollup -c" ,
1616 "start" : " ./node_modules/.bin/rollup -c -w" ,
1717 "prepare" : " yarn run build" ,
You can’t perform that action at this time.
0 commit comments