Skip to content

Commit

Permalink
test(e2e): fix createTestProject
Browse files Browse the repository at this point in the history
  • Loading branch information
Phillip9587 committed Jan 30, 2024
1 parent 73e059c commit 33f642b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/tests/nx-stylelint.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ function createTestProject() {
recursive: true,
});

execSync(`npx --yes create-nx-workspace@latest ${projectName} --preset apps --no-nxCloud --no-interactive`, {
execSync(`npx --yes create-nx-workspace@latest ${projectName} --preset apps --nxCloud skip --no-interactive`, {
cwd: dirname(projectDirectory),
stdio: 'inherit',
env: process.env,
Expand Down

0 comments on commit 33f642b

Please sign in to comment.