mirror of
https://github.com/lingble/twenty.git
synced 2025-10-29 11:52:28 +00:00
fix: fix storybook:build memory allocation error in CI (#5284)
This commit is contained in:
@@ -29,6 +29,11 @@ module.exports = {
|
||||
message:
|
||||
'Please use the custom wrapper: `useScopedHotkeys` from `twenty-ui`',
|
||||
},
|
||||
{
|
||||
group: ['lodash'],
|
||||
message:
|
||||
"Please use the standalone lodash package (for instance: `import groupBy from 'lodash.groupby'` instead of `import { groupBy } from 'lodash'`)",
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user