fix: fix storybook:build memory allocation error in CI (#5284)

This commit is contained in:
Thaïs
2024-05-03 19:19:21 +02:00
committed by GitHub
parent 839a7e2a10
commit fc87a51acf
11 changed files with 83 additions and 6 deletions

View File

@ -1,4 +1,6 @@
import { identity, isEmpty, pickBy } from 'lodash';
import identity from 'lodash.identity';
import isEmpty from 'lodash.isempty';
import pickBy from 'lodash.pickby';
import { z } from 'zod';
import { settingsIntegrationPostgreSQLConnectionFormSchema } from '@/settings/integrations/database-connection/components/SettingsIntegrationDatabaseConnectionForm';