Skip to content

Commit

Permalink
Merge pull request ourongxing#213 from Likenttt/patch-1
Browse files Browse the repository at this point in the history
add NODE_OPTIONS to enlarge mem for compilation
  • Loading branch information
ourongxing committed Apr 26, 2023
2 parents 12deb02 + a54f214 commit 07e90a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"scripts": {
"dev": "tsx scripts/genEnv.ts && solid-start dev",
"build": "tsx scripts/genEnv.ts && solid-start build",
"build:vps": "NODE_OPTIONS=\"--max-old-space-size=3072\" pnpm build",
"start": "solid-start start",
"lint:fix": "eslint . --fix --ext .ts",
"lint": "eslint . --ext .ts",
Expand Down

0 comments on commit 07e90a2

Please sign in to comment.