We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65418b9 commit 2ce2005Copy full SHA for 2ce2005
1 file changed
package.json
@@ -19,6 +19,7 @@
19
"docs": "typedoc",
20
"prepublishOnly": "npm run build",
21
"create-docs": "npm run create-docs:generate && npm run create-docs:process",
22
+ "create-docs-local": "npm run create-docs && npm run copy-docs-local",
23
"push-docs": "node scripts/mintlify-post-processing/push-to-docs-repo.js",
24
"copy-docs-local": "node scripts/mintlify-post-processing/copy-to-local-docs.js",
25
"create-docs:generate": "typedoc",
0 commit comments