Skip to content

Commit

Permalink
fix: build memory limitation
Browse files Browse the repository at this point in the history
  • Loading branch information
doouding committed Apr 22, 2024
1 parent 6ae6a04 commit efb382f
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 @@ -39,7 +39,7 @@
"test:integration": "pnpm --filter @blocksuite/presets test",
"test:node": "node --experimental-specifier-resolution=node --loader ts-node/esm ./scripts/node-import-test.ts",
"format": "prettier --write --cache packages tests",
"build": "pnpm build:packages && pnpm build:playground",
"build": "NODE_OPTIONS=\"--max-old-space-size=6144\" pnpm build:packages && pnpm build:playground",
"build:packages": "pnpm --filter=@blocksuite/presets build",
"build:playground": "pnpm --filter @blocksuite/playground build",
"build:docs": "pnpm --filter @blocksuite/docs build",
Expand Down

0 comments on commit efb382f

Please sign in to comment.