Skip to content

Commit

Permalink
fix: fix mocks after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
thaisguigon committed May 7, 2024
1 parent 8c78e87 commit a9ef957
Show file tree
Hide file tree
Showing 2 changed files with 12,752 additions and 13,051 deletions.
3 changes: 2 additions & 1 deletion packages/twenty-front/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,8 @@
"commands": [
"npx concurrently --kill-others --success=first -n SB,TEST 'nx storybook:static {projectName} --port={args.port}' 'npx wait-on tcp:{args.port} && nx storybook:test {projectName} --port={args.port} --configuration={args.scope}'"
],
"port": 6006
"port": 6006,
"env": { "NODE_OPTIONS": "--max-old-space-size=5000" }
},
"configurations": {
"docs": { "scope": "ui-docs" },
Expand Down

0 comments on commit a9ef957

Please sign in to comment.