Skip to content

Commit

Permalink
Fix: macOS CI のみ OOM が発生する問題の修正を試みる
Browse files Browse the repository at this point in the history
  • Loading branch information
tsukumijima committed Dec 30, 2024
1 parent 59e2a7d commit d276ea3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"markdownlint": "markdownlint --ignore node_modules/ --ignore dist/ --ignore dist_electron/ --ignore dist_preview/ ./",
"typecheck": "vue-tsc --noEmit",
"typos": "cross-env ./vendored/typos/typos",
"electron:build": "cross-env VITE_TARGET=electron vite build && electron-builder --config electron-builder.config.js --publish never",
"electron:build": "cross-env VITE_TARGET=electron NODE_OPTIONS=--max-old-space-size=4096 vite build && electron-builder --config electron-builder.config.js --publish never",
"electron:serve": "cross-env VITE_TARGET=electron vite",
"browser:serve": "cross-env VITE_TARGET=browser vite",
"browser:build": "cross-env VITE_TARGET=browser vite build",
Expand Down

0 comments on commit d276ea3

Please sign in to comment.