Skip to content

Commit

Permalink
Merge pull request #437 from illa-family/fix/yarn-build
Browse files Browse the repository at this point in the history
fix: 💚 update NODE_OPTIONS
  • Loading branch information
AruSeito authored Nov 3, 2022
2 parents 957a6c6 + 7e4ba80 commit 70efaa0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"version": "0.0.0",
"scripts": {
"dev": "turbo run dev",
"build-cloud": "turbo run build-cloud",
"build-self": "turbo run build-self",
"build-cloud": "NODE_OPTIONS=--max-old-space-size=14336 turbo run build-cloud",
"build-self": "NODE_OPTIONS=--max-old-space-size=14336 turbo run build-self",
"prepare": "husky install",
"format": "prettier --write \"apps/**/*.{ts,tsx}\"",
"lint": "eslint apps/**/src/ --ext .ts,.tsx --config .eslintrc.js"
Expand Down

0 comments on commit 70efaa0

Please sign in to comment.