Skip to content

Commit 0dd348c

Browse files
committed
add savechanges command to docs
cloudflare/cloudflare-docs-engine@db743a0
1 parent f7e68f2 commit 0dd348c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

products/docs-engine/src/content/how-it-works.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@ highlight: [4, 7, 8, 9]
5151
"scripts": {
5252
"bootstrap": "node_modules/cloudflare-docs-engine/bin/commands.sh bootstrap",
5353
"build": "node_modules/cloudflare-docs-engine/bin/commands.sh build",
54-
"develop": "node_modules/cloudflare-docs-engine/bin/commands.sh develop"
54+
"develop": "node_modules/cloudflare-docs-engine/bin/commands.sh develop",
55+
"savechanges": "node_modules/cloudflare-docs-engine/bin/commands.sh savechanges"
5556
}
5657
}
5758
```

0 commit comments

Comments
 (0)