File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 5
5
"private" : true ,
6
6
"scripts" : {
7
7
"start" : " next dev" ,
8
- "prebuild" : " yarn build-lib" ,
9
- "build-lib" : " cd .. && yarn && yarn link" ,
10
- "build" : " yarn link-lib && yarn link-react && yarn link-react-dom && next build" ,
11
- "link-lib" : " yarn link react-charts" ,
8
+ "build" : " yarn install-lib && yarn link-react && yarn link-react-dom && yarn build-lib && yarn link-lib && next build" ,
9
+ "install-lib" : " cd .. && yarn" ,
12
10
"link-react" : " cd node_modules/react && yarn link && cd ../../../ && yarn link react" ,
13
11
"link-react-dom" : " cd node_modules/react-dom && yarn link && cd ../../../ && yarn link react-dom" ,
12
+ "build-lib" : " cd .. && yarn build && yarn link" ,
13
+ "link-lib" : " yarn link react-charts" ,
14
14
"prettier" : " prettier src/**/*.js --write"
15
15
},
16
16
"dependencies" : {
You can’t perform that action at this time.
0 commit comments