We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a175e03 commit 04ae3aaCopy full SHA for 04ae3aa
.github/workflows/docs.yml
@@ -37,6 +37,7 @@ jobs:
37
run: pnpm test
38
- name: Generate/update docs
39
run: pnpm doc
40
+ continue-on-error: true
41
- name: Setup Git
42
run: |
43
git config --global user.name "mayank1513"
lib/esbuild-plugin-react18-css/package.json
@@ -39,6 +39,7 @@
"@types/node": "^20.11.28",
"@vitest/coverage-v8": "^1.4.0",
"esbuild": "^0.20.2",
+ "octokit": "^3.1.2",
"tiny-glob": "^0.2.9",
44
"tsup": "^8.0.2",
45
"typedoc": "^0.25.12",
0 commit comments