We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efe74ff commit 2b21c6eCopy full SHA for 2b21c6e
www/package.json
@@ -6,8 +6,8 @@
6
"scripts": {
7
"start": "next dev",
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",
+ "build-lib": "cd .. && yarn && yarn link",
+ "link-lib": "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",
0 commit comments