Skip to content

Commit

Permalink
chore: ignore with-nextjs-headless from build examples
Browse files Browse the repository at this point in the history
  • Loading branch information
BatuhanW committed Dec 9, 2024
1 parent 20d1c42 commit 7da1763
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scripts/build-example-chunks.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const path = require("path");
const { execSync } = require("child_process");

const EXAMPLES_DIR = "./examples";
const ignoredRegexes = [/^monorepo-/, /^with-nx/];
const ignoredRegexes = [/^monorepo-/, /^with-nx/, /with-nextjs-headless/];
const CHUNK_COUNT = Number(process.env.CHUNKS ? process.env.CHUNKS : 1);
const BASE_REF = process.env.BASE_REF ? process.env.BASE_REF : "main";
const BUILD_ALL_EXAMPLES = process.env.BUILD_ALL_EXAMPLES === "true";
Expand Down

0 comments on commit 7da1763

Please sign in to comment.