We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
pnpm docs
1 parent f4b16c5 commit 3be9f30Copy full SHA for 3be9f30
.github/workflows/release.yml
@@ -59,7 +59,7 @@ jobs:
59
echo ::set-output name=tag_name::$(git describe HEAD --abbrev=0)
60
61
- name: Generate docs website
62
- run: pnpm docs
+ run: pnpm generate-docs
63
- name: Commit docs website
64
run: |
65
git add docs
package.json
@@ -14,7 +14,7 @@
14
"test-e2e": "ts-node test-e2e/simple/run.ts",
15
"lint": "eslint .",
16
"build": "pnpm -r run build",
17
- "docs": "pnpm -r run typedoc",
+ "generate-docs": "pnpm -r run typedoc",
18
"release": "standard-version",
19
"verdaccio": "rimraf verdaccio-storage && verdaccio -c verdaccio.yml",
20
"local-publish": "pnpm -r run local-publish",
0 commit comments