File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 58
58
"scripts" : {
59
59
"start" : " vite" ,
60
60
"build" : " npm run build:lib; npm run build:hosted; npm run build:netlify" ,
61
- "build:lib" : " NODE_ENV=production NODE_OPTIONS=--max-old-space-size=8144 vite build" ,
62
- "build:hosted" : " VITE_BUILD_HOSTED=1 NODE_ENV=production NODE_OPTIONS=--max-old-space-size=6144 vite build" ,
63
- "build:netlify" : " VITE_BUILD_NETLIFY=1 NODE_ENV=production NODE_OPTIONS=--max-old-space-size=6144 vite build" ,
61
+ "build:lib" : " NODE_ENV=production NODE_OPTIONS=--max-old-space-size=8192 vite build" ,
62
+ "build:hosted" : " VITE_BUILD_HOSTED=1 NODE_ENV=production NODE_OPTIONS=--max-old-space-size=8192 vite build" ,
63
+ "build:netlify" : " VITE_BUILD_NETLIFY=1 NODE_ENV=production NODE_OPTIONS=--max-old-space-size=8192 vite build" ,
64
64
"lint" : " scripts/lint.sh" ,
65
65
"lint:ci" : " scripts/lint_ci.sh" ,
66
66
"prettier" : " prettier --write ./src" ,
You can’t perform that action at this time.
0 commit comments