Skip to content

Commit

Permalink
fix: OOM
Browse files Browse the repository at this point in the history
  • Loading branch information
saravmajestic committed Sep 24, 2024
1 parent 67fd4f8 commit ce8762d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webview_panels/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"scripts": {
"dev": "vite",
"watch": "rm -Rf ./dist; tsc && vite build --watch",
"build": "rm -Rf ./dist; tsc && vite build && vite build --config vite.config.renderer.ts --emptyOutDir=false",
"build": "rm -Rf ./dist; NODE_OPTIONS=--max-old-space-size=16384 tsc && vite build && vite build --config vite.config.renderer.ts --emptyOutDir=false",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 7",
"preview": "vite preview",
"storybook": "storybook dev -p 6006",
Expand Down

0 comments on commit ce8762d

Please sign in to comment.