Skip to content

Commit 27234dc

Browse files
authored
fix: changesets memory issue (calcom#22105)
1 parent 5690b8e commit 27234dc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
"docker-stop-api": "docker ps --filter 'ancestor=cal-api' -q | xargs docker stop",
8383
"changesets-add": "yarn changeset add",
8484
"changesets-version": "yarn changeset version",
85-
"changesets-release": "turbo run build --filter=@calcom/atoms && yarn changeset publish"
85+
"changesets-release": "NODE_OPTIONS='--max_old_space_size=8192' turbo run build --filter=@calcom/atoms && yarn changeset publish"
8686
},
8787
"devDependencies": {
8888
"@changesets/changelog-github": "^0.5.1",

0 commit comments

Comments
 (0)