Skip to content

Commit 2ce2005

Browse files
committed
new command for creating and copying docs locally
1 parent 65418b9 commit 2ce2005

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
"docs": "typedoc",
2020
"prepublishOnly": "npm run build",
2121
"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",
2223
"push-docs": "node scripts/mintlify-post-processing/push-to-docs-repo.js",
2324
"copy-docs-local": "node scripts/mintlify-post-processing/copy-to-local-docs.js",
2425
"create-docs:generate": "typedoc",

0 commit comments

Comments
 (0)