Skip to content

Commit 3be9f30

Browse files
committed
ci: fix CLI conflict for pnpm docs
1 parent f4b16c5 commit 3be9f30

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
echo ::set-output name=tag_name::$(git describe HEAD --abbrev=0)
6060
6161
- name: Generate docs website
62-
run: pnpm docs
62+
run: pnpm generate-docs
6363
- name: Commit docs website
6464
run: |
6565
git add docs

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"test-e2e": "ts-node test-e2e/simple/run.ts",
1515
"lint": "eslint .",
1616
"build": "pnpm -r run build",
17-
"docs": "pnpm -r run typedoc",
17+
"generate-docs": "pnpm -r run typedoc",
1818
"release": "standard-version",
1919
"verdaccio": "rimraf verdaccio-storage && verdaccio -c verdaccio.yml",
2020
"local-publish": "pnpm -r run local-publish",

0 commit comments

Comments
 (0)