mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 23:01:16 +08:00
make it 2
This commit is contained in:
parent
51e09cc6bd
commit
5e4f4aee2d
@ -2,7 +2,7 @@ import type { Task } from '../task';
|
||||
import { exec } from '../utils/exec';
|
||||
import { maxConcurrentTasks } from '../utils/maxConcurrentTasks';
|
||||
|
||||
const parallel = process.env.CI ? 1 : maxConcurrentTasks;
|
||||
const parallel = process.env.CI ? 2 : maxConcurrentTasks;
|
||||
|
||||
const command = `nx run-many --target="check" --all --parallel=${parallel} --exclude=@storybook/addon-storyshots,@storybook/addon-storyshots-puppeteer`;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user