Skip to content

Commit 9198d19

Browse files
PeshekDotDevConnor Peshek
andauthored
Add serve command to package.jsons (#116)
Co-authored-by: Connor Peshek <[email protected]>
1 parent bf28ef6 commit 9198d19

File tree

29 files changed

+85
-57
lines changed

29 files changed

+85
-57
lines changed

products/1.1.1.1/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@
55
},
66
"scripts": {
77
"bootstrap": "node_modules/cloudflare-docs-engine/bin/commands.sh bootstrap",
8-
"ghactionsbootstrap": "node_modules/cloudflare-docs-engine/bin/commands.sh ghactionsbootstrap",
98
"build": "node_modules/cloudflare-docs-engine/bin/commands.sh build",
109
"develop": "node_modules/cloudflare-docs-engine/bin/commands.sh develop",
11-
"savechanges": "node_modules/cloudflare-docs-engine/bin/commands.sh savechanges"
10+
"ghactionsbootstrap": "node_modules/cloudflare-docs-engine/bin/commands.sh ghactionsbootstrap",
11+
"savechanges": "node_modules/cloudflare-docs-engine/bin/commands.sh savechanges",
12+
"serve": "node_modules/cloudflare-docs-engine/bin/commands.sh serve"
1213
}
1314
}

products/access/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@
55
},
66
"scripts": {
77
"bootstrap": "node_modules/cloudflare-docs-engine/bin/commands.sh bootstrap",
8-
"ghactionsbootstrap": "node_modules/cloudflare-docs-engine/bin/commands.sh ghactionsbootstrap",
98
"build": "node_modules/cloudflare-docs-engine/bin/commands.sh build",
109
"develop": "node_modules/cloudflare-docs-engine/bin/commands.sh develop",
11-
"savechanges": "node_modules/cloudflare-docs-engine/bin/commands.sh savechanges"
10+
"ghactionsbootstrap": "node_modules/cloudflare-docs-engine/bin/commands.sh ghactionsbootstrap",
11+
"savechanges": "node_modules/cloudflare-docs-engine/bin/commands.sh savechanges",
12+
"serve": "node_modules/cloudflare-docs-engine/bin/commands.sh serve"
1213
}
1314
}

products/analytics/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@
55
},
66
"scripts": {
77
"bootstrap": "node_modules/cloudflare-docs-engine/bin/commands.sh bootstrap",
8-
"ghactionsbootstrap": "node_modules/cloudflare-docs-engine/bin/commands.sh ghactionsbootstrap",
98
"build": "node_modules/cloudflare-docs-engine/bin/commands.sh build",
109
"develop": "node_modules/cloudflare-docs-engine/bin/commands.sh develop",
11-
"savechanges": "node_modules/cloudflare-docs-engine/bin/commands.sh savechanges"
10+
"ghactionsbootstrap": "node_modules/cloudflare-docs-engine/bin/commands.sh ghactionsbootstrap",
11+
"savechanges": "node_modules/cloudflare-docs-engine/bin/commands.sh savechanges",
12+
"serve": "node_modules/cloudflare-docs-engine/bin/commands.sh serve"
1213
}
1314
}

products/argo-tunnel/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

products/argo-tunnel/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@
55
},
66
"scripts": {
77
"bootstrap": "node_modules/cloudflare-docs-engine/bin/commands.sh bootstrap",
8-
"ghactionsbootstrap": "node_modules/cloudflare-docs-engine/bin/commands.sh ghactionsbootstrap",
98
"build": "node_modules/cloudflare-docs-engine/bin/commands.sh build",
109
"develop": "node_modules/cloudflare-docs-engine/bin/commands.sh develop",
11-
"savechanges": "node_modules/cloudflare-docs-engine/bin/commands.sh savechanges"
10+
"ghactionsbootstrap": "node_modules/cloudflare-docs-engine/bin/commands.sh ghactionsbootstrap",
11+
"savechanges": "node_modules/cloudflare-docs-engine/bin/commands.sh savechanges",
12+
"serve": "node_modules/cloudflare-docs-engine/bin/commands.sh serve"
1213
}
1314
}

products/byoip/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@
55
},
66
"scripts": {
77
"bootstrap": "node_modules/cloudflare-docs-engine/bin/commands.sh bootstrap",
8-
"ghactionsbootstrap": "node_modules/cloudflare-docs-engine/bin/commands.sh ghactionsbootstrap",
98
"build": "node_modules/cloudflare-docs-engine/bin/commands.sh build",
109
"develop": "node_modules/cloudflare-docs-engine/bin/commands.sh develop",
11-
"savechanges": "node_modules/cloudflare-docs-engine/bin/commands.sh savechanges"
10+
"ghactionsbootstrap": "node_modules/cloudflare-docs-engine/bin/commands.sh ghactionsbootstrap",
11+
"savechanges": "node_modules/cloudflare-docs-engine/bin/commands.sh savechanges",
12+
"serve": "node_modules/cloudflare-docs-engine/bin/commands.sh serve"
1213
}
1314
}

products/distributed-web/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@
55
},
66
"scripts": {
77
"bootstrap": "node_modules/cloudflare-docs-engine/bin/commands.sh bootstrap",
8-
"ghactionsbootstrap": "node_modules/cloudflare-docs-engine/bin/commands.sh ghactionsbootstrap",
98
"build": "node_modules/cloudflare-docs-engine/bin/commands.sh build",
109
"develop": "node_modules/cloudflare-docs-engine/bin/commands.sh develop",
11-
"savechanges": "node_modules/cloudflare-docs-engine/bin/commands.sh savechanges"
10+
"ghactionsbootstrap": "node_modules/cloudflare-docs-engine/bin/commands.sh ghactionsbootstrap",
11+
"savechanges": "node_modules/cloudflare-docs-engine/bin/commands.sh savechanges",
12+
"serve": "node_modules/cloudflare-docs-engine/bin/commands.sh serve"
1213
}
1314
}

products/docs-engine/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@
55
},
66
"scripts": {
77
"bootstrap": "node_modules/cloudflare-docs-engine/bin/commands.sh bootstrap",
8-
"ghactionsbootstrap": "node_modules/cloudflare-docs-engine/bin/commands.sh ghactionsbootstrap",
98
"build": "node_modules/cloudflare-docs-engine/bin/commands.sh build",
109
"develop": "node_modules/cloudflare-docs-engine/bin/commands.sh develop",
11-
"savechanges": "node_modules/cloudflare-docs-engine/bin/commands.sh savechanges"
10+
"ghactionsbootstrap": "node_modules/cloudflare-docs-engine/bin/commands.sh ghactionsbootstrap",
11+
"savechanges": "node_modules/cloudflare-docs-engine/bin/commands.sh savechanges",
12+
"serve": "node_modules/cloudflare-docs-engine/bin/commands.sh serve"
1213
}
1314
}

products/firewall/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@
55
},
66
"scripts": {
77
"bootstrap": "node_modules/cloudflare-docs-engine/bin/commands.sh bootstrap",
8-
"ghactionsbootstrap": "node_modules/cloudflare-docs-engine/bin/commands.sh ghactionsbootstrap",
98
"build": "node_modules/cloudflare-docs-engine/bin/commands.sh build",
109
"develop": "node_modules/cloudflare-docs-engine/bin/commands.sh develop",
11-
"savechanges": "node_modules/cloudflare-docs-engine/bin/commands.sh savechanges"
10+
"ghactionsbootstrap": "node_modules/cloudflare-docs-engine/bin/commands.sh ghactionsbootstrap",
11+
"savechanges": "node_modules/cloudflare-docs-engine/bin/commands.sh savechanges",
12+
"serve": "node_modules/cloudflare-docs-engine/bin/commands.sh serve"
1213
}
1314
}

products/gateway/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@
55
},
66
"scripts": {
77
"bootstrap": "node_modules/cloudflare-docs-engine/bin/commands.sh bootstrap",
8-
"ghactionsbootstrap": "node_modules/cloudflare-docs-engine/bin/commands.sh ghactionsbootstrap",
98
"build": "node_modules/cloudflare-docs-engine/bin/commands.sh build",
109
"develop": "node_modules/cloudflare-docs-engine/bin/commands.sh develop",
11-
"savechanges": "node_modules/cloudflare-docs-engine/bin/commands.sh savechanges"
10+
"ghactionsbootstrap": "node_modules/cloudflare-docs-engine/bin/commands.sh ghactionsbootstrap",
11+
"savechanges": "node_modules/cloudflare-docs-engine/bin/commands.sh savechanges",
12+
"serve": "node_modules/cloudflare-docs-engine/bin/commands.sh serve"
1213
}
1314
}

0 commit comments

Comments
 (0)