Skip to content

Commit

Permalink
4096 -> 8192
Browse files Browse the repository at this point in the history
  • Loading branch information
smartinio authored Nov 1, 2023
1 parent b3381ce commit ea2d202
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 @@ -6,8 +6,8 @@
"prepare": "ts-patch install -s",
"ws-dev": "tsx watch server/ws.dev.ts --tsconfig tsconfig.server.json",
"dev": "NODE_ENV=development concurrently 'next dev' 'yarn ws-dev'",
"build:client": "NODE_OPTIONS=\"--max-old-space-size=4096\" next build",
"build:server": "rm -rf dist && NODE_OPTIONS=\"--max-old-space-size=4096\" tsc --p tsconfig.server.json",
"build:client": "NODE_OPTIONS=\"--max-old-space-size=8192\" next build",
"build:server": "rm -rf dist && NODE_OPTIONS=\"--max-old-space-size=8192\" tsc --p tsconfig.server.json",
"build": "yarn build:client && yarn build:server",
"start": "NODE_ENV=production node dist/server/index.js",
"test:game": "jest --testEnvironment=node --passWithNoTests --forceExit --testPathPattern=tests/server/",
Expand Down

0 comments on commit ea2d202

Please sign in to comment.