File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed 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" : " rollup -c" ,
15
- "now-build" : " yarn && cd www && yarn && yarn build" ,
16
15
"start" : " rollup -c -w" ,
17
- "prepare" : " yarn build" ,
18
16
"release" : " yarn publish" ,
19
17
"releaseNext" : " yarn publish --tag next" ,
20
18
"prettier" : " prettier src/**/*.js --write"
Original file line number Diff line number Diff line change 5
5
"private" : true ,
6
6
"scripts" : {
7
7
"start" : " next dev" ,
8
- "build" : " yarn link react-charts && yarn link-react && next build" ,
9
- "prebuild" : " yarn link-lib" ,
10
- "link-lib" : " cd .. && yarn && yarn link" ,
11
- "link-react" : " cd node_modules/react-dom/ && yarn link && cd ../../../ && yarn link react-dom" ,
8
+ "prebuild" : " yarn build-lib && yarn link-lib && yarn link-react && yarn link-react-dom" ,
9
+ "build-lib" : " cd .. && yarn" ,
10
+ "link-lib" : " cd .. && yarn link && cd www && yarn link react-charts" ,
11
+ "link-react" : " cd node_modules/react && yarn link && cd ../../../ && yarn link react" ,
12
+ "link-react-dom" : " cd node_modules/react-dom && yarn link && cd ../../../ && yarn link react-dom" ,
13
+ "build" : " next build" ,
12
14
"prettier" : " prettier src/**/*.js --write"
13
15
},
14
16
"dependencies" : {
You can’t perform that action at this time.
0 commit comments