diff --git a/products/analytics/package.json b/products/analytics/package.json index 99aab8aaeef..ea02638c7ca 100644 --- a/products/analytics/package.json +++ b/products/analytics/package.json @@ -4,11 +4,11 @@ "cloudflare-docs-engine": "git+https://github.com/cloudflare/cloudflare-docs-engine.git" }, "scripts": { - "bootstrap": "sh ./node_modules/cloudflare-docs-engine/bin/commands.sh bootstrap", - "build": "sh ./node_modules/cloudflare-docs-engine/bin/commands.sh build", - "develop": "sh ./node_modules/cloudflare-docs-engine/bin/commands.sh develop", - "ghactionsbootstrap": "sh ./node_modules/cloudflare-docs-engine/bin/commands.sh ghactionsbootstrap", - "savechanges": "sh ./node_modules/cloudflare-docs-engine/bin/commands.sh savechanges", - "serve": "sh ./node_modules/cloudflare-docs-engine/bin/commands.sh serve" + "bootstrap": "node_modules/cloudflare-docs-engine/bin/commands.sh bootstrap", + "build": "node_modules/cloudflare-docs-engine/bin/commands.sh build", + "develop": "node_modules/cloudflare-docs-engine/bin/commands.sh develop", + "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" } }