Skip to content

Commit

Permalink
fix e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacplmann committed Feb 12, 2024
1 parent 4d3e486 commit 1f45aa0
Show file tree
Hide file tree
Showing 3 changed files with 465 additions and 15 deletions.
3 changes: 3 additions & 0 deletions e2e.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ const { execSync } = require("child_process");
const { readdirSync, readFileSync, existsSync } = require("fs");

const BROKEN_RECIPES = [
// TODO: this broke in v18
"nx-devkit-create-own-cli",

// TODO: migrate these to Storybook v7 since v6 is not supported by Nx
"storybook-publishing-strategies-multiple-frameworks",
"storybook-publishing-strategies-single-framework",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ function createTestProject() {
});

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

0 comments on commit 1f45aa0

Please sign in to comment.