File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 44 "cloudflare-docs-engine" : " git+https://github.com/cloudflare/cloudflare-docs-engine.git"
55 },
66 "scripts" : {
7- "bootstrap" : " sh ./ node_modules/cloudflare-docs-engine/bin/commands.sh bootstrap" ,
8- "build" : " sh ./ node_modules/cloudflare-docs-engine/bin/commands.sh build" ,
9- "develop" : " sh ./ node_modules/cloudflare-docs-engine/bin/commands.sh develop" ,
10- "ghactionsbootstrap" : " sh ./ node_modules/cloudflare-docs-engine/bin/commands.sh ghactionsbootstrap" ,
11- "savechanges" : " sh ./ node_modules/cloudflare-docs-engine/bin/commands.sh savechanges" ,
12- "serve" : " sh ./ node_modules/cloudflare-docs-engine/bin/commands.sh serve"
7+ "bootstrap" : " node_modules/cloudflare-docs-engine/bin/commands.sh bootstrap" ,
8+ "build" : " node_modules/cloudflare-docs-engine/bin/commands.sh build" ,
9+ "develop" : " node_modules/cloudflare-docs-engine/bin/commands.sh develop" ,
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"
1313 }
1414}
You can’t perform that action at this time.
0 commit comments