Skip to content

Commit 28e034f

Browse files
committed
Testing ...
1 parent 9eb1de8 commit 28e034f

3 files changed

Lines changed: 17 additions & 15 deletions

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,11 +92,12 @@
9292
"postcss": "^8.5.6",
9393
"prettier": "3.6.2",
9494
"prettier-plugin-tailwindcss": "^0.7.1",
95+
"puppeteer": "^24.38.0",
9596
"react": "^19.2.3",
9697
"react-docgen-typescript": "^2.4.0",
9798
"react-dom": "^19.2.3",
9899
"react-error-boundary": "^6.0.0",
99-
"react-lib-tools": "^0.0.42",
100+
"react-lib-tools": "^0.0.43",
100101
"react-router-dom": "^7.6.3",
101102
"rimraf": "^6.1.2",
102103
"rollup-plugin-terser": "^7.0.2",

pnpm-lock.yaml

Lines changed: 14 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

scripts/compile-search-index.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,8 @@ import { compileSearchIndex } from "react-lib-tools/scripts/compile-search-index
22

33
// Detect and disable CI environment for now; I can't get GitHub and Puppeteer to play nicely together
44
const executablePath = process.env.CHROME_PATH;
5+
56
console.log(`Chromium install path: ${executablePath}`);
6-
if (executablePath) {
7-
process.exit(0);
8-
}
97

108
await compileSearchIndex({
119
filterSelector: "[data-group]"

0 commit comments

Comments
 (0)