Skip to content

Commit

Permalink
bump node heap
Browse files Browse the repository at this point in the history
  • Loading branch information
yogurtandjam committed Oct 22, 2024
1 parent de75fce commit 3df93de
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 @@ -9,7 +9,7 @@
},
"scripts": {
"dev": "cp ./template.html ./index.html && vite",
"build": "pnpm run build:set-last-commit-and-tag && pnpm run build:generate-entry-points && tsc && vite build",
"build": "NODE_OPTIONS='--max_old_space_size=6144' pnpm run build:set-last-commit-and-tag && pnpm run build:generate-entry-points && tsc && vite build",
"build:inject-app-deeplinks": "sh scripts/inject-app-deeplinks.sh",
"build:inject-amplitude": "node scripts/inject-amplitude.js",
"build:inject-google-tag-manager": "node scripts/inject-google-tag-manager.js",
Expand Down

0 comments on commit 3df93de

Please sign in to comment.