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 33e9fa8 commit 9157607Copy full SHA for 9157607
www/package.json
@@ -5,7 +5,8 @@
5
"private": true,
6
"scripts": {
7
"start": "next dev",
8
- "build": "yarn link-react && yarn link-react-dom && yarn build-lib && yarn link-lib && next build && next export",
+ "build": "yarn install-lib && yarn link-react && yarn link-react-dom && yarn build-lib && yarn link-lib && next build && next export",
9
+ "install-lib": "cd .. && yarn",
10
"link-react": "cd node_modules/react && yarn link && cd ../../../ && yarn link react",
11
"link-react-dom": "cd node_modules/react-dom && yarn link && cd ../../../ && yarn link react-dom",
12
"build-lib": "cd .. && yarn build && yarn link",
0 commit comments