From 0797e4d0330a3f123d0b2c2c72f59af4e765dafc Mon Sep 17 00:00:00 2001 From: Connor Peshek Date: Mon, 19 Oct 2020 18:19:57 -0700 Subject: [PATCH] Add serve command to package.jsons --- products/1.1.1.1/package.json | 5 +++-- products/access/package.json | 5 +++-- products/analytics/package.json | 5 +++-- products/argo-tunnel/package-lock.json | 2 +- products/argo-tunnel/package.json | 5 +++-- products/byoip/package.json | 5 +++-- products/distributed-web/package.json | 5 +++-- products/docs-engine/package.json | 5 +++-- products/firewall/package.json | 5 +++-- products/gateway/package.json | 5 +++-- products/http3/package.json | 5 +++-- products/images/package.json | 5 +++-- products/internet/package.json | 5 +++-- products/load-balancing/package.json | 5 +++-- products/logs/package.json | 5 +++-- products/magic-transit/package.json | 5 +++-- products/mobile-sdk/package.json | 5 +++-- products/network-interconnect/package.json | 5 +++-- products/randomness-beacon/package.json | 5 +++-- products/registrar/package.json | 5 +++-- products/spectrum/package.json | 5 +++-- products/ssl/package.json | 5 +++-- products/stream/package.json | 5 +++-- products/tenant/package.json | 5 +++-- products/terraform/package.json | 5 +++-- products/time-services/package.json | 5 +++-- products/waf/package.json | 5 +++-- products/warpclient/package.json | 5 +++-- products/workers/package.json | 5 +++-- 29 files changed, 85 insertions(+), 57 deletions(-) diff --git a/products/1.1.1.1/package.json b/products/1.1.1.1/package.json index f0cf977b197831..ea02638c7ca50e 100644 --- a/products/1.1.1.1/package.json +++ b/products/1.1.1.1/package.json @@ -5,9 +5,10 @@ }, "scripts": { "bootstrap": "node_modules/cloudflare-docs-engine/bin/commands.sh bootstrap", - "ghactionsbootstrap": "node_modules/cloudflare-docs-engine/bin/commands.sh ghactionsbootstrap", "build": "node_modules/cloudflare-docs-engine/bin/commands.sh build", "develop": "node_modules/cloudflare-docs-engine/bin/commands.sh develop", - "savechanges": "node_modules/cloudflare-docs-engine/bin/commands.sh savechanges" + "ghactionsbootstrap": "node_modules/cloudflare-docs-engine/bin/commands.sh ghactionsbootstrap", + "savechanges": "node_modules/cloudflare-docs-engine/bin/commands.sh savechanges", + "serve": "node_modules/cloudflare-docs-engine/bin/commands.sh serve" } } diff --git a/products/access/package.json b/products/access/package.json index f0cf977b197831..ea02638c7ca50e 100644 --- a/products/access/package.json +++ b/products/access/package.json @@ -5,9 +5,10 @@ }, "scripts": { "bootstrap": "node_modules/cloudflare-docs-engine/bin/commands.sh bootstrap", - "ghactionsbootstrap": "node_modules/cloudflare-docs-engine/bin/commands.sh ghactionsbootstrap", "build": "node_modules/cloudflare-docs-engine/bin/commands.sh build", "develop": "node_modules/cloudflare-docs-engine/bin/commands.sh develop", - "savechanges": "node_modules/cloudflare-docs-engine/bin/commands.sh savechanges" + "ghactionsbootstrap": "node_modules/cloudflare-docs-engine/bin/commands.sh ghactionsbootstrap", + "savechanges": "node_modules/cloudflare-docs-engine/bin/commands.sh savechanges", + "serve": "node_modules/cloudflare-docs-engine/bin/commands.sh serve" } } diff --git a/products/analytics/package.json b/products/analytics/package.json index f0cf977b197831..ea02638c7ca50e 100644 --- a/products/analytics/package.json +++ b/products/analytics/package.json @@ -5,9 +5,10 @@ }, "scripts": { "bootstrap": "node_modules/cloudflare-docs-engine/bin/commands.sh bootstrap", - "ghactionsbootstrap": "node_modules/cloudflare-docs-engine/bin/commands.sh ghactionsbootstrap", "build": "node_modules/cloudflare-docs-engine/bin/commands.sh build", "develop": "node_modules/cloudflare-docs-engine/bin/commands.sh develop", - "savechanges": "node_modules/cloudflare-docs-engine/bin/commands.sh savechanges" + "ghactionsbootstrap": "node_modules/cloudflare-docs-engine/bin/commands.sh ghactionsbootstrap", + "savechanges": "node_modules/cloudflare-docs-engine/bin/commands.sh savechanges", + "serve": "node_modules/cloudflare-docs-engine/bin/commands.sh serve" } } diff --git a/products/argo-tunnel/package-lock.json b/products/argo-tunnel/package-lock.json index 48bac10fd85835..2a8fbcaaab6a68 100644 --- a/products/argo-tunnel/package-lock.json +++ b/products/argo-tunnel/package-lock.json @@ -5102,7 +5102,7 @@ "from": "git+https://github.com/cloudflare/cloudflare-docs-engine.git", "requires": { "@adaptivelink/pops": "0.2.3", - "@cloudflare/workers-brand-assets": "3.0.1", + "@cloudflare/workers-brand-assets": "3.1.0", "@material-ui/core": "4.11.0", "@mdx-js/mdx": "1.6.6", "@mdx-js/react": "1.6.6", diff --git a/products/argo-tunnel/package.json b/products/argo-tunnel/package.json index f0cf977b197831..ea02638c7ca50e 100644 --- a/products/argo-tunnel/package.json +++ b/products/argo-tunnel/package.json @@ -5,9 +5,10 @@ }, "scripts": { "bootstrap": "node_modules/cloudflare-docs-engine/bin/commands.sh bootstrap", - "ghactionsbootstrap": "node_modules/cloudflare-docs-engine/bin/commands.sh ghactionsbootstrap", "build": "node_modules/cloudflare-docs-engine/bin/commands.sh build", "develop": "node_modules/cloudflare-docs-engine/bin/commands.sh develop", - "savechanges": "node_modules/cloudflare-docs-engine/bin/commands.sh savechanges" + "ghactionsbootstrap": "node_modules/cloudflare-docs-engine/bin/commands.sh ghactionsbootstrap", + "savechanges": "node_modules/cloudflare-docs-engine/bin/commands.sh savechanges", + "serve": "node_modules/cloudflare-docs-engine/bin/commands.sh serve" } } diff --git a/products/byoip/package.json b/products/byoip/package.json index f0cf977b197831..ea02638c7ca50e 100644 --- a/products/byoip/package.json +++ b/products/byoip/package.json @@ -5,9 +5,10 @@ }, "scripts": { "bootstrap": "node_modules/cloudflare-docs-engine/bin/commands.sh bootstrap", - "ghactionsbootstrap": "node_modules/cloudflare-docs-engine/bin/commands.sh ghactionsbootstrap", "build": "node_modules/cloudflare-docs-engine/bin/commands.sh build", "develop": "node_modules/cloudflare-docs-engine/bin/commands.sh develop", - "savechanges": "node_modules/cloudflare-docs-engine/bin/commands.sh savechanges" + "ghactionsbootstrap": "node_modules/cloudflare-docs-engine/bin/commands.sh ghactionsbootstrap", + "savechanges": "node_modules/cloudflare-docs-engine/bin/commands.sh savechanges", + "serve": "node_modules/cloudflare-docs-engine/bin/commands.sh serve" } } diff --git a/products/distributed-web/package.json b/products/distributed-web/package.json index f0cf977b197831..ea02638c7ca50e 100644 --- a/products/distributed-web/package.json +++ b/products/distributed-web/package.json @@ -5,9 +5,10 @@ }, "scripts": { "bootstrap": "node_modules/cloudflare-docs-engine/bin/commands.sh bootstrap", - "ghactionsbootstrap": "node_modules/cloudflare-docs-engine/bin/commands.sh ghactionsbootstrap", "build": "node_modules/cloudflare-docs-engine/bin/commands.sh build", "develop": "node_modules/cloudflare-docs-engine/bin/commands.sh develop", - "savechanges": "node_modules/cloudflare-docs-engine/bin/commands.sh savechanges" + "ghactionsbootstrap": "node_modules/cloudflare-docs-engine/bin/commands.sh ghactionsbootstrap", + "savechanges": "node_modules/cloudflare-docs-engine/bin/commands.sh savechanges", + "serve": "node_modules/cloudflare-docs-engine/bin/commands.sh serve" } } diff --git a/products/docs-engine/package.json b/products/docs-engine/package.json index f0cf977b197831..ea02638c7ca50e 100644 --- a/products/docs-engine/package.json +++ b/products/docs-engine/package.json @@ -5,9 +5,10 @@ }, "scripts": { "bootstrap": "node_modules/cloudflare-docs-engine/bin/commands.sh bootstrap", - "ghactionsbootstrap": "node_modules/cloudflare-docs-engine/bin/commands.sh ghactionsbootstrap", "build": "node_modules/cloudflare-docs-engine/bin/commands.sh build", "develop": "node_modules/cloudflare-docs-engine/bin/commands.sh develop", - "savechanges": "node_modules/cloudflare-docs-engine/bin/commands.sh savechanges" + "ghactionsbootstrap": "node_modules/cloudflare-docs-engine/bin/commands.sh ghactionsbootstrap", + "savechanges": "node_modules/cloudflare-docs-engine/bin/commands.sh savechanges", + "serve": "node_modules/cloudflare-docs-engine/bin/commands.sh serve" } } diff --git a/products/firewall/package.json b/products/firewall/package.json index f0cf977b197831..ea02638c7ca50e 100644 --- a/products/firewall/package.json +++ b/products/firewall/package.json @@ -5,9 +5,10 @@ }, "scripts": { "bootstrap": "node_modules/cloudflare-docs-engine/bin/commands.sh bootstrap", - "ghactionsbootstrap": "node_modules/cloudflare-docs-engine/bin/commands.sh ghactionsbootstrap", "build": "node_modules/cloudflare-docs-engine/bin/commands.sh build", "develop": "node_modules/cloudflare-docs-engine/bin/commands.sh develop", - "savechanges": "node_modules/cloudflare-docs-engine/bin/commands.sh savechanges" + "ghactionsbootstrap": "node_modules/cloudflare-docs-engine/bin/commands.sh ghactionsbootstrap", + "savechanges": "node_modules/cloudflare-docs-engine/bin/commands.sh savechanges", + "serve": "node_modules/cloudflare-docs-engine/bin/commands.sh serve" } } diff --git a/products/gateway/package.json b/products/gateway/package.json index f0cf977b197831..ea02638c7ca50e 100644 --- a/products/gateway/package.json +++ b/products/gateway/package.json @@ -5,9 +5,10 @@ }, "scripts": { "bootstrap": "node_modules/cloudflare-docs-engine/bin/commands.sh bootstrap", - "ghactionsbootstrap": "node_modules/cloudflare-docs-engine/bin/commands.sh ghactionsbootstrap", "build": "node_modules/cloudflare-docs-engine/bin/commands.sh build", "develop": "node_modules/cloudflare-docs-engine/bin/commands.sh develop", - "savechanges": "node_modules/cloudflare-docs-engine/bin/commands.sh savechanges" + "ghactionsbootstrap": "node_modules/cloudflare-docs-engine/bin/commands.sh ghactionsbootstrap", + "savechanges": "node_modules/cloudflare-docs-engine/bin/commands.sh savechanges", + "serve": "node_modules/cloudflare-docs-engine/bin/commands.sh serve" } } diff --git a/products/http3/package.json b/products/http3/package.json index f0cf977b197831..ea02638c7ca50e 100644 --- a/products/http3/package.json +++ b/products/http3/package.json @@ -5,9 +5,10 @@ }, "scripts": { "bootstrap": "node_modules/cloudflare-docs-engine/bin/commands.sh bootstrap", - "ghactionsbootstrap": "node_modules/cloudflare-docs-engine/bin/commands.sh ghactionsbootstrap", "build": "node_modules/cloudflare-docs-engine/bin/commands.sh build", "develop": "node_modules/cloudflare-docs-engine/bin/commands.sh develop", - "savechanges": "node_modules/cloudflare-docs-engine/bin/commands.sh savechanges" + "ghactionsbootstrap": "node_modules/cloudflare-docs-engine/bin/commands.sh ghactionsbootstrap", + "savechanges": "node_modules/cloudflare-docs-engine/bin/commands.sh savechanges", + "serve": "node_modules/cloudflare-docs-engine/bin/commands.sh serve" } } diff --git a/products/images/package.json b/products/images/package.json index f0cf977b197831..ea02638c7ca50e 100644 --- a/products/images/package.json +++ b/products/images/package.json @@ -5,9 +5,10 @@ }, "scripts": { "bootstrap": "node_modules/cloudflare-docs-engine/bin/commands.sh bootstrap", - "ghactionsbootstrap": "node_modules/cloudflare-docs-engine/bin/commands.sh ghactionsbootstrap", "build": "node_modules/cloudflare-docs-engine/bin/commands.sh build", "develop": "node_modules/cloudflare-docs-engine/bin/commands.sh develop", - "savechanges": "node_modules/cloudflare-docs-engine/bin/commands.sh savechanges" + "ghactionsbootstrap": "node_modules/cloudflare-docs-engine/bin/commands.sh ghactionsbootstrap", + "savechanges": "node_modules/cloudflare-docs-engine/bin/commands.sh savechanges", + "serve": "node_modules/cloudflare-docs-engine/bin/commands.sh serve" } } diff --git a/products/internet/package.json b/products/internet/package.json index f0cf977b197831..ea02638c7ca50e 100644 --- a/products/internet/package.json +++ b/products/internet/package.json @@ -5,9 +5,10 @@ }, "scripts": { "bootstrap": "node_modules/cloudflare-docs-engine/bin/commands.sh bootstrap", - "ghactionsbootstrap": "node_modules/cloudflare-docs-engine/bin/commands.sh ghactionsbootstrap", "build": "node_modules/cloudflare-docs-engine/bin/commands.sh build", "develop": "node_modules/cloudflare-docs-engine/bin/commands.sh develop", - "savechanges": "node_modules/cloudflare-docs-engine/bin/commands.sh savechanges" + "ghactionsbootstrap": "node_modules/cloudflare-docs-engine/bin/commands.sh ghactionsbootstrap", + "savechanges": "node_modules/cloudflare-docs-engine/bin/commands.sh savechanges", + "serve": "node_modules/cloudflare-docs-engine/bin/commands.sh serve" } } diff --git a/products/load-balancing/package.json b/products/load-balancing/package.json index f0cf977b197831..ea02638c7ca50e 100644 --- a/products/load-balancing/package.json +++ b/products/load-balancing/package.json @@ -5,9 +5,10 @@ }, "scripts": { "bootstrap": "node_modules/cloudflare-docs-engine/bin/commands.sh bootstrap", - "ghactionsbootstrap": "node_modules/cloudflare-docs-engine/bin/commands.sh ghactionsbootstrap", "build": "node_modules/cloudflare-docs-engine/bin/commands.sh build", "develop": "node_modules/cloudflare-docs-engine/bin/commands.sh develop", - "savechanges": "node_modules/cloudflare-docs-engine/bin/commands.sh savechanges" + "ghactionsbootstrap": "node_modules/cloudflare-docs-engine/bin/commands.sh ghactionsbootstrap", + "savechanges": "node_modules/cloudflare-docs-engine/bin/commands.sh savechanges", + "serve": "node_modules/cloudflare-docs-engine/bin/commands.sh serve" } } diff --git a/products/logs/package.json b/products/logs/package.json index f0cf977b197831..ea02638c7ca50e 100644 --- a/products/logs/package.json +++ b/products/logs/package.json @@ -5,9 +5,10 @@ }, "scripts": { "bootstrap": "node_modules/cloudflare-docs-engine/bin/commands.sh bootstrap", - "ghactionsbootstrap": "node_modules/cloudflare-docs-engine/bin/commands.sh ghactionsbootstrap", "build": "node_modules/cloudflare-docs-engine/bin/commands.sh build", "develop": "node_modules/cloudflare-docs-engine/bin/commands.sh develop", - "savechanges": "node_modules/cloudflare-docs-engine/bin/commands.sh savechanges" + "ghactionsbootstrap": "node_modules/cloudflare-docs-engine/bin/commands.sh ghactionsbootstrap", + "savechanges": "node_modules/cloudflare-docs-engine/bin/commands.sh savechanges", + "serve": "node_modules/cloudflare-docs-engine/bin/commands.sh serve" } } diff --git a/products/magic-transit/package.json b/products/magic-transit/package.json index f0cf977b197831..ea02638c7ca50e 100644 --- a/products/magic-transit/package.json +++ b/products/magic-transit/package.json @@ -5,9 +5,10 @@ }, "scripts": { "bootstrap": "node_modules/cloudflare-docs-engine/bin/commands.sh bootstrap", - "ghactionsbootstrap": "node_modules/cloudflare-docs-engine/bin/commands.sh ghactionsbootstrap", "build": "node_modules/cloudflare-docs-engine/bin/commands.sh build", "develop": "node_modules/cloudflare-docs-engine/bin/commands.sh develop", - "savechanges": "node_modules/cloudflare-docs-engine/bin/commands.sh savechanges" + "ghactionsbootstrap": "node_modules/cloudflare-docs-engine/bin/commands.sh ghactionsbootstrap", + "savechanges": "node_modules/cloudflare-docs-engine/bin/commands.sh savechanges", + "serve": "node_modules/cloudflare-docs-engine/bin/commands.sh serve" } } diff --git a/products/mobile-sdk/package.json b/products/mobile-sdk/package.json index f0cf977b197831..ea02638c7ca50e 100644 --- a/products/mobile-sdk/package.json +++ b/products/mobile-sdk/package.json @@ -5,9 +5,10 @@ }, "scripts": { "bootstrap": "node_modules/cloudflare-docs-engine/bin/commands.sh bootstrap", - "ghactionsbootstrap": "node_modules/cloudflare-docs-engine/bin/commands.sh ghactionsbootstrap", "build": "node_modules/cloudflare-docs-engine/bin/commands.sh build", "develop": "node_modules/cloudflare-docs-engine/bin/commands.sh develop", - "savechanges": "node_modules/cloudflare-docs-engine/bin/commands.sh savechanges" + "ghactionsbootstrap": "node_modules/cloudflare-docs-engine/bin/commands.sh ghactionsbootstrap", + "savechanges": "node_modules/cloudflare-docs-engine/bin/commands.sh savechanges", + "serve": "node_modules/cloudflare-docs-engine/bin/commands.sh serve" } } diff --git a/products/network-interconnect/package.json b/products/network-interconnect/package.json index f0cf977b197831..ea02638c7ca50e 100644 --- a/products/network-interconnect/package.json +++ b/products/network-interconnect/package.json @@ -5,9 +5,10 @@ }, "scripts": { "bootstrap": "node_modules/cloudflare-docs-engine/bin/commands.sh bootstrap", - "ghactionsbootstrap": "node_modules/cloudflare-docs-engine/bin/commands.sh ghactionsbootstrap", "build": "node_modules/cloudflare-docs-engine/bin/commands.sh build", "develop": "node_modules/cloudflare-docs-engine/bin/commands.sh develop", - "savechanges": "node_modules/cloudflare-docs-engine/bin/commands.sh savechanges" + "ghactionsbootstrap": "node_modules/cloudflare-docs-engine/bin/commands.sh ghactionsbootstrap", + "savechanges": "node_modules/cloudflare-docs-engine/bin/commands.sh savechanges", + "serve": "node_modules/cloudflare-docs-engine/bin/commands.sh serve" } } diff --git a/products/randomness-beacon/package.json b/products/randomness-beacon/package.json index f0cf977b197831..ea02638c7ca50e 100644 --- a/products/randomness-beacon/package.json +++ b/products/randomness-beacon/package.json @@ -5,9 +5,10 @@ }, "scripts": { "bootstrap": "node_modules/cloudflare-docs-engine/bin/commands.sh bootstrap", - "ghactionsbootstrap": "node_modules/cloudflare-docs-engine/bin/commands.sh ghactionsbootstrap", "build": "node_modules/cloudflare-docs-engine/bin/commands.sh build", "develop": "node_modules/cloudflare-docs-engine/bin/commands.sh develop", - "savechanges": "node_modules/cloudflare-docs-engine/bin/commands.sh savechanges" + "ghactionsbootstrap": "node_modules/cloudflare-docs-engine/bin/commands.sh ghactionsbootstrap", + "savechanges": "node_modules/cloudflare-docs-engine/bin/commands.sh savechanges", + "serve": "node_modules/cloudflare-docs-engine/bin/commands.sh serve" } } diff --git a/products/registrar/package.json b/products/registrar/package.json index f0cf977b197831..ea02638c7ca50e 100644 --- a/products/registrar/package.json +++ b/products/registrar/package.json @@ -5,9 +5,10 @@ }, "scripts": { "bootstrap": "node_modules/cloudflare-docs-engine/bin/commands.sh bootstrap", - "ghactionsbootstrap": "node_modules/cloudflare-docs-engine/bin/commands.sh ghactionsbootstrap", "build": "node_modules/cloudflare-docs-engine/bin/commands.sh build", "develop": "node_modules/cloudflare-docs-engine/bin/commands.sh develop", - "savechanges": "node_modules/cloudflare-docs-engine/bin/commands.sh savechanges" + "ghactionsbootstrap": "node_modules/cloudflare-docs-engine/bin/commands.sh ghactionsbootstrap", + "savechanges": "node_modules/cloudflare-docs-engine/bin/commands.sh savechanges", + "serve": "node_modules/cloudflare-docs-engine/bin/commands.sh serve" } } diff --git a/products/spectrum/package.json b/products/spectrum/package.json index f0cf977b197831..ea02638c7ca50e 100644 --- a/products/spectrum/package.json +++ b/products/spectrum/package.json @@ -5,9 +5,10 @@ }, "scripts": { "bootstrap": "node_modules/cloudflare-docs-engine/bin/commands.sh bootstrap", - "ghactionsbootstrap": "node_modules/cloudflare-docs-engine/bin/commands.sh ghactionsbootstrap", "build": "node_modules/cloudflare-docs-engine/bin/commands.sh build", "develop": "node_modules/cloudflare-docs-engine/bin/commands.sh develop", - "savechanges": "node_modules/cloudflare-docs-engine/bin/commands.sh savechanges" + "ghactionsbootstrap": "node_modules/cloudflare-docs-engine/bin/commands.sh ghactionsbootstrap", + "savechanges": "node_modules/cloudflare-docs-engine/bin/commands.sh savechanges", + "serve": "node_modules/cloudflare-docs-engine/bin/commands.sh serve" } } diff --git a/products/ssl/package.json b/products/ssl/package.json index f0cf977b197831..ea02638c7ca50e 100644 --- a/products/ssl/package.json +++ b/products/ssl/package.json @@ -5,9 +5,10 @@ }, "scripts": { "bootstrap": "node_modules/cloudflare-docs-engine/bin/commands.sh bootstrap", - "ghactionsbootstrap": "node_modules/cloudflare-docs-engine/bin/commands.sh ghactionsbootstrap", "build": "node_modules/cloudflare-docs-engine/bin/commands.sh build", "develop": "node_modules/cloudflare-docs-engine/bin/commands.sh develop", - "savechanges": "node_modules/cloudflare-docs-engine/bin/commands.sh savechanges" + "ghactionsbootstrap": "node_modules/cloudflare-docs-engine/bin/commands.sh ghactionsbootstrap", + "savechanges": "node_modules/cloudflare-docs-engine/bin/commands.sh savechanges", + "serve": "node_modules/cloudflare-docs-engine/bin/commands.sh serve" } } diff --git a/products/stream/package.json b/products/stream/package.json index f0cf977b197831..ea02638c7ca50e 100644 --- a/products/stream/package.json +++ b/products/stream/package.json @@ -5,9 +5,10 @@ }, "scripts": { "bootstrap": "node_modules/cloudflare-docs-engine/bin/commands.sh bootstrap", - "ghactionsbootstrap": "node_modules/cloudflare-docs-engine/bin/commands.sh ghactionsbootstrap", "build": "node_modules/cloudflare-docs-engine/bin/commands.sh build", "develop": "node_modules/cloudflare-docs-engine/bin/commands.sh develop", - "savechanges": "node_modules/cloudflare-docs-engine/bin/commands.sh savechanges" + "ghactionsbootstrap": "node_modules/cloudflare-docs-engine/bin/commands.sh ghactionsbootstrap", + "savechanges": "node_modules/cloudflare-docs-engine/bin/commands.sh savechanges", + "serve": "node_modules/cloudflare-docs-engine/bin/commands.sh serve" } } diff --git a/products/tenant/package.json b/products/tenant/package.json index f0cf977b197831..ea02638c7ca50e 100644 --- a/products/tenant/package.json +++ b/products/tenant/package.json @@ -5,9 +5,10 @@ }, "scripts": { "bootstrap": "node_modules/cloudflare-docs-engine/bin/commands.sh bootstrap", - "ghactionsbootstrap": "node_modules/cloudflare-docs-engine/bin/commands.sh ghactionsbootstrap", "build": "node_modules/cloudflare-docs-engine/bin/commands.sh build", "develop": "node_modules/cloudflare-docs-engine/bin/commands.sh develop", - "savechanges": "node_modules/cloudflare-docs-engine/bin/commands.sh savechanges" + "ghactionsbootstrap": "node_modules/cloudflare-docs-engine/bin/commands.sh ghactionsbootstrap", + "savechanges": "node_modules/cloudflare-docs-engine/bin/commands.sh savechanges", + "serve": "node_modules/cloudflare-docs-engine/bin/commands.sh serve" } } diff --git a/products/terraform/package.json b/products/terraform/package.json index f0cf977b197831..ea02638c7ca50e 100644 --- a/products/terraform/package.json +++ b/products/terraform/package.json @@ -5,9 +5,10 @@ }, "scripts": { "bootstrap": "node_modules/cloudflare-docs-engine/bin/commands.sh bootstrap", - "ghactionsbootstrap": "node_modules/cloudflare-docs-engine/bin/commands.sh ghactionsbootstrap", "build": "node_modules/cloudflare-docs-engine/bin/commands.sh build", "develop": "node_modules/cloudflare-docs-engine/bin/commands.sh develop", - "savechanges": "node_modules/cloudflare-docs-engine/bin/commands.sh savechanges" + "ghactionsbootstrap": "node_modules/cloudflare-docs-engine/bin/commands.sh ghactionsbootstrap", + "savechanges": "node_modules/cloudflare-docs-engine/bin/commands.sh savechanges", + "serve": "node_modules/cloudflare-docs-engine/bin/commands.sh serve" } } diff --git a/products/time-services/package.json b/products/time-services/package.json index f0cf977b197831..ea02638c7ca50e 100644 --- a/products/time-services/package.json +++ b/products/time-services/package.json @@ -5,9 +5,10 @@ }, "scripts": { "bootstrap": "node_modules/cloudflare-docs-engine/bin/commands.sh bootstrap", - "ghactionsbootstrap": "node_modules/cloudflare-docs-engine/bin/commands.sh ghactionsbootstrap", "build": "node_modules/cloudflare-docs-engine/bin/commands.sh build", "develop": "node_modules/cloudflare-docs-engine/bin/commands.sh develop", - "savechanges": "node_modules/cloudflare-docs-engine/bin/commands.sh savechanges" + "ghactionsbootstrap": "node_modules/cloudflare-docs-engine/bin/commands.sh ghactionsbootstrap", + "savechanges": "node_modules/cloudflare-docs-engine/bin/commands.sh savechanges", + "serve": "node_modules/cloudflare-docs-engine/bin/commands.sh serve" } } diff --git a/products/waf/package.json b/products/waf/package.json index f0cf977b197831..ea02638c7ca50e 100644 --- a/products/waf/package.json +++ b/products/waf/package.json @@ -5,9 +5,10 @@ }, "scripts": { "bootstrap": "node_modules/cloudflare-docs-engine/bin/commands.sh bootstrap", - "ghactionsbootstrap": "node_modules/cloudflare-docs-engine/bin/commands.sh ghactionsbootstrap", "build": "node_modules/cloudflare-docs-engine/bin/commands.sh build", "develop": "node_modules/cloudflare-docs-engine/bin/commands.sh develop", - "savechanges": "node_modules/cloudflare-docs-engine/bin/commands.sh savechanges" + "ghactionsbootstrap": "node_modules/cloudflare-docs-engine/bin/commands.sh ghactionsbootstrap", + "savechanges": "node_modules/cloudflare-docs-engine/bin/commands.sh savechanges", + "serve": "node_modules/cloudflare-docs-engine/bin/commands.sh serve" } } diff --git a/products/warpclient/package.json b/products/warpclient/package.json index f0cf977b197831..ea02638c7ca50e 100644 --- a/products/warpclient/package.json +++ b/products/warpclient/package.json @@ -5,9 +5,10 @@ }, "scripts": { "bootstrap": "node_modules/cloudflare-docs-engine/bin/commands.sh bootstrap", - "ghactionsbootstrap": "node_modules/cloudflare-docs-engine/bin/commands.sh ghactionsbootstrap", "build": "node_modules/cloudflare-docs-engine/bin/commands.sh build", "develop": "node_modules/cloudflare-docs-engine/bin/commands.sh develop", - "savechanges": "node_modules/cloudflare-docs-engine/bin/commands.sh savechanges" + "ghactionsbootstrap": "node_modules/cloudflare-docs-engine/bin/commands.sh ghactionsbootstrap", + "savechanges": "node_modules/cloudflare-docs-engine/bin/commands.sh savechanges", + "serve": "node_modules/cloudflare-docs-engine/bin/commands.sh serve" } } diff --git a/products/workers/package.json b/products/workers/package.json index f0cf977b197831..ea02638c7ca50e 100644 --- a/products/workers/package.json +++ b/products/workers/package.json @@ -5,9 +5,10 @@ }, "scripts": { "bootstrap": "node_modules/cloudflare-docs-engine/bin/commands.sh bootstrap", - "ghactionsbootstrap": "node_modules/cloudflare-docs-engine/bin/commands.sh ghactionsbootstrap", "build": "node_modules/cloudflare-docs-engine/bin/commands.sh build", "develop": "node_modules/cloudflare-docs-engine/bin/commands.sh develop", - "savechanges": "node_modules/cloudflare-docs-engine/bin/commands.sh savechanges" + "ghactionsbootstrap": "node_modules/cloudflare-docs-engine/bin/commands.sh ghactionsbootstrap", + "savechanges": "node_modules/cloudflare-docs-engine/bin/commands.sh savechanges", + "serve": "node_modules/cloudflare-docs-engine/bin/commands.sh serve" } }