Skip to content

Commit f7e68f2

Browse files
committed
add savechanges command (temp hack for local dev)
cloudflare/cloudflare-docs-engine@db743a0
1 parent c7ff7a8 commit f7e68f2

File tree

27 files changed

+54
-27
lines changed

27 files changed

+54
-27
lines changed

products/1.1.1.1/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"scripts": {
77
"bootstrap": "node_modules/cloudflare-docs-engine/bin/commands.sh bootstrap",
88
"build": "node_modules/cloudflare-docs-engine/bin/commands.sh build",
9-
"develop": "node_modules/cloudflare-docs-engine/bin/commands.sh develop"
9+
"develop": "node_modules/cloudflare-docs-engine/bin/commands.sh develop",
10+
"savechanges": "node_modules/cloudflare-docs-engine/bin/commands.sh savechanges"
1011
}
1112
}

products/access/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"scripts": {
77
"bootstrap": "node_modules/cloudflare-docs-engine/bin/commands.sh bootstrap",
88
"build": "node_modules/cloudflare-docs-engine/bin/commands.sh build",
9-
"develop": "node_modules/cloudflare-docs-engine/bin/commands.sh develop"
9+
"develop": "node_modules/cloudflare-docs-engine/bin/commands.sh develop",
10+
"savechanges": "node_modules/cloudflare-docs-engine/bin/commands.sh savechanges"
1011
}
1112
}

products/analytics/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"scripts": {
77
"bootstrap": "node_modules/cloudflare-docs-engine/bin/commands.sh bootstrap",
88
"build": "node_modules/cloudflare-docs-engine/bin/commands.sh build",
9-
"develop": "node_modules/cloudflare-docs-engine/bin/commands.sh develop"
9+
"develop": "node_modules/cloudflare-docs-engine/bin/commands.sh develop",
10+
"savechanges": "node_modules/cloudflare-docs-engine/bin/commands.sh savechanges"
1011
}
1112
}

products/argo-tunnel/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"scripts": {
77
"bootstrap": "node_modules/cloudflare-docs-engine/bin/commands.sh bootstrap",
88
"build": "node_modules/cloudflare-docs-engine/bin/commands.sh build",
9-
"develop": "node_modules/cloudflare-docs-engine/bin/commands.sh develop"
9+
"develop": "node_modules/cloudflare-docs-engine/bin/commands.sh develop",
10+
"savechanges": "node_modules/cloudflare-docs-engine/bin/commands.sh savechanges"
1011
}
1112
}

products/byoip/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"scripts": {
77
"bootstrap": "node_modules/cloudflare-docs-engine/bin/commands.sh bootstrap",
88
"build": "node_modules/cloudflare-docs-engine/bin/commands.sh build",
9-
"develop": "node_modules/cloudflare-docs-engine/bin/commands.sh develop"
9+
"develop": "node_modules/cloudflare-docs-engine/bin/commands.sh develop",
10+
"savechanges": "node_modules/cloudflare-docs-engine/bin/commands.sh savechanges"
1011
}
1112
}

products/distributed-web/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"scripts": {
77
"bootstrap": "node_modules/cloudflare-docs-engine/bin/commands.sh bootstrap",
88
"build": "node_modules/cloudflare-docs-engine/bin/commands.sh build",
9-
"develop": "node_modules/cloudflare-docs-engine/bin/commands.sh develop"
9+
"develop": "node_modules/cloudflare-docs-engine/bin/commands.sh develop",
10+
"savechanges": "node_modules/cloudflare-docs-engine/bin/commands.sh savechanges"
1011
}
1112
}

products/docs-engine/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"scripts": {
77
"bootstrap": "node_modules/cloudflare-docs-engine/bin/commands.sh bootstrap",
88
"build": "node_modules/cloudflare-docs-engine/bin/commands.sh build",
9-
"develop": "node_modules/cloudflare-docs-engine/bin/commands.sh develop"
9+
"develop": "node_modules/cloudflare-docs-engine/bin/commands.sh develop",
10+
"savechanges": "node_modules/cloudflare-docs-engine/bin/commands.sh savechanges"
1011
}
1112
}

products/firewall/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"scripts": {
77
"bootstrap": "node_modules/cloudflare-docs-engine/bin/commands.sh bootstrap",
88
"build": "node_modules/cloudflare-docs-engine/bin/commands.sh build",
9-
"develop": "node_modules/cloudflare-docs-engine/bin/commands.sh develop"
9+
"develop": "node_modules/cloudflare-docs-engine/bin/commands.sh develop",
10+
"savechanges": "node_modules/cloudflare-docs-engine/bin/commands.sh savechanges"
1011
}
1112
}

products/gateway/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"scripts": {
77
"bootstrap": "node_modules/cloudflare-docs-engine/bin/commands.sh bootstrap",
88
"build": "node_modules/cloudflare-docs-engine/bin/commands.sh build",
9-
"develop": "node_modules/cloudflare-docs-engine/bin/commands.sh develop"
9+
"develop": "node_modules/cloudflare-docs-engine/bin/commands.sh develop",
10+
"savechanges": "node_modules/cloudflare-docs-engine/bin/commands.sh savechanges"
1011
}
1112
}

products/http3/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"scripts": {
77
"bootstrap": "node_modules/cloudflare-docs-engine/bin/commands.sh bootstrap",
88
"build": "node_modules/cloudflare-docs-engine/bin/commands.sh build",
9-
"develop": "node_modules/cloudflare-docs-engine/bin/commands.sh develop"
9+
"develop": "node_modules/cloudflare-docs-engine/bin/commands.sh develop",
10+
"savechanges": "node_modules/cloudflare-docs-engine/bin/commands.sh savechanges"
1011
}
1112
}

0 commit comments

Comments
 (0)