Skip to content

Commit 6ff4803

Browse files
committed
Fix npm run docs script
1 parent c9a4a48 commit 6ff4803

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"format:dist": "prettier --write --no-error-on-unmatched-pattern '**/dist/**/*.{ts,js}'",
3636
"refresh-schema": "./tools/refresh_schema.sh",
3737
"refresh-protos": "./tools/refresh_protos.sh",
38-
"make-docs": "typedoc --plugin typedoc-plugin-extras --favicon public/favicon.ico --out docs/ src/"
38+
"docs": "typedoc --plugin typedoc-plugin-extras --favicon public/favicon.ico --out docs/ src/"
3939
},
4040
"repository": {
4141
"type": "git",

0 commit comments

Comments
 (0)