This repository was archived by the owner on May 31, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 9 files changed +289
-304
lines changed Expand file tree Collapse file tree 9 files changed +289
-304
lines changed 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- "build" : " rollup -c" ,
15- "start" : " rollup -c -w" ,
14+ "build" : " ./node_modules/.bin/ rollup -c" ,
15+ "start" : " ./node_modules/.bin/ rollup -c -w" ,
1616 "prepare" : " yarn run build" ,
1717 "predeploy" : " cd example && yarn install && yarn run build" ,
1818 "deploy" : " gh-pages -d example/build"
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- "build" : " rollup -c" ,
15- "start" : " rollup -c -w" ,
14+ "build" : " ./node_modules/.bin/ rollup -c" ,
15+ "start" : " ./node_modules/.bin/ rollup -c -w" ,
1616 "prepare" : " yarn run build" ,
1717 "predeploy" : " cd example && yarn install && yarn run build" ,
1818 "deploy" : " gh-pages -d example/build"
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- "build" : " rollup -c" ,
15- "start" : " rollup -c -w" ,
14+ "build" : " ./node_modules/.bin/ rollup -c" ,
15+ "start" : " ./node_modules/.bin/ rollup -c -w" ,
1616 "flow" : " ./node_modules/.bin/flow" ,
1717 "prepare" : " yarn run build" ,
1818 "predeploy" : " cd example && yarn install && yarn run build" ,
Load Diff This file was deleted.
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- "build" : " rimraf dist && rollup -c && yarn build:flow" ,
14+ "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" ,
16- "start" : " rollup -c -w" ,
16+ "start" : " ./node_modules/.bin/ rollup -c -w" ,
1717 "flow" : " ./node_modules/.bin/flow" ,
1818 "prepare" : " yarn run build && yarn build:flow" ,
1919 "predeploy" : " cd example && yarn install && yarn run build" ,
Original file line number Diff line number Diff line change 1212 "test" : " cross-env CI=1 react-scripts test --env=jsdom" ,
1313 "flow" : " ./node_modules/.bin/flow" ,
1414 "test:watch" : " react-scripts test --env=jsdom" ,
15- "build" : " rollup -c" ,
16- "start" : " rollup -c -w" ,
15+ "build" : " ./node_modules/.bin/ rollup -c" ,
16+ "start" : " ./node_modules/.bin/ rollup -c -w" ,
1717 "prepare" : " yarn run build" ,
1818 "predeploy" : " cd example && yarn install && yarn run build" ,
1919 "deploy" : " gh-pages -d example/build"
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments