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 c9a4a48 commit 6ff4803Copy full SHA for 6ff4803
package.json
@@ -35,7 +35,7 @@
35
"format:dist": "prettier --write --no-error-on-unmatched-pattern '**/dist/**/*.{ts,js}'",
36
"refresh-schema": "./tools/refresh_schema.sh",
37
"refresh-protos": "./tools/refresh_protos.sh",
38
- "make-docs": "typedoc --plugin typedoc-plugin-extras --favicon public/favicon.ico --out docs/ src/"
+ "docs": "typedoc --plugin typedoc-plugin-extras --favicon public/favicon.ico --out docs/ src/"
39
},
40
"repository": {
41
"type": "git",
0 commit comments