mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-08 10:11:47 +08:00
Use yarn nx over nx
This commit is contained in:
parent
e6824cf2b9
commit
d6b4e7b6de
@ -7,8 +7,8 @@ const amountOfVCPUs = 8;
|
||||
|
||||
const parallel = `--parallel=${process.env.CI ? amountOfVCPUs - 1 : maxConcurrentTasks}`;
|
||||
|
||||
const linkCommand = `nx affected -t check ${parallel}`;
|
||||
const nolinkCommand = `nx affected -t check -c production ${parallel}`;
|
||||
const linkCommand = `yarn nx affected -t check ${parallel}`;
|
||||
const nolinkCommand = `yarn nx affected -t check -c production ${parallel}`;
|
||||
|
||||
export const check: Task = {
|
||||
description: 'Typecheck the source code of the monorepo',
|
||||
|
Loading…
x
Reference in New Issue
Block a user