Skip to content

Add more memory to chromatic storybook build step

Administrator requested to merge vk/add-space-size-to-chromatic-build-step into main

Created by: vovakulikov

It seems like chromatic is failing with run out of memory error. I've noticed that we have a build storybook script with NODE_OPTION --max_old_space_size=4096 in async-build step - coverage storybook step and we don't have a problem there.

So it might fix the problem with chromatic step in the main pipeline step as well.

Merge request reports

Loading