Skip to content

Commit 6ea1954

Browse files
committed
Add docs script
1 parent 148f12d commit 6ea1954

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"clean": "git clean -fdX .",
88
"clean:build": "git clean -fdx -e node_modules .",
99
"clean:integration": "node ./integration/helpers/cleanup.mjs",
10+
"docs": "pnpm run docs:typedoc && pnpm run docs:jsdoc",
1011
"docs:typedoc": "typedoc",
1112
"docs:jsdoc": "node --experimental-strip-types scripts/docs.ts",
1213
"format": "prettier --ignore-path .eslintignore --write .",

0 commit comments

Comments
 (0)