Skip to content

Commit 05a7a2e

Browse files
committed
chore(docs): Add back mistakingly removed script
1 parent a367028 commit 05a7a2e

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
@@ -31,6 +31,7 @@
3131
"build": "npm run build:cjs && npm run build:esm",
3232
"build:cjs": "tsc --sourceRoot https://raw.githubusercontent.com/fb55/domutils/$(git rev-parse HEAD)/src/",
3333
"build:esm": "npm run build:cjs -- --module esnext --target es2019 --outDir lib/esm && echo '{\"type\":\"module\"}' > lib/esm/package.json",
34+
"build:docs": "typedoc --hideGenerator --exclude \"**/*+(index|.spec).ts\" --categorizeByGroup false --sort enum-value-ascending --sort alphabetical src",
3435
"prepare": "npm run build"
3536
},
3637
"repository": {

0 commit comments

Comments
 (0)