Skip to content

Commit e659943

Browse files
committed
pkg: Fix doc command
1 parent 76a34f8 commit e659943

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"typings": "dist/index.d.ts",
2525
"scripts": {
2626
"analyze": "size-limit --why",
27-
"doc": "typedoc src",
27+
"doc": "typedoc",
2828
"size": "size-limit",
2929
"prepare": "tsc -noEmit && ./build.js",
3030
"lint": "eslint --config eslint.config.mjs src *.js *.mjs",

0 commit comments

Comments
 (0)