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 148f12d commit 6ea1954Copy full SHA for 6ea1954
package.json
@@ -7,6 +7,7 @@
7
"clean": "git clean -fdX .",
8
"clean:build": "git clean -fdx -e node_modules .",
9
"clean:integration": "node ./integration/helpers/cleanup.mjs",
10
+ "docs": "pnpm run docs:typedoc && pnpm run docs:jsdoc",
11
"docs:typedoc": "typedoc",
12
"docs:jsdoc": "node --experimental-strip-types scripts/docs.ts",
13
"format": "prettier --ignore-path .eslintignore --write .",
0 commit comments