Skip to content

Commit 084df95

Browse files
committed
Update package.json
1 parent 2b21c6e commit 084df95

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

www/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
"private": true,
66
"scripts": {
77
"start": "next dev",
8-
"prebuild": "yarn build-lib && yarn link-lib && yarn link-react && yarn link-react-dom",
8+
"prebuild": "yarn build-lib",
99
"build-lib": "cd .. && yarn && yarn link",
10+
"build": "yarn link-lib && yarn link-react && yarn link-react-dom && next build",
1011
"link-lib": "yarn link react-charts",
1112
"link-react": "cd node_modules/react && yarn link && cd ../../../ && yarn link react",
1213
"link-react-dom": "cd node_modules/react-dom && yarn link && cd ../../../ && yarn link react-dom",
13-
"build": "next build",
1414
"prettier": "prettier src/**/*.js --write"
1515
},
1616
"dependencies": {

0 commit comments

Comments
 (0)