From d0bfebe353fe576790bc85a799fdb4bdca4bbf5f Mon Sep 17 00:00:00 2001 From: Jeremy Pugh <64424206+stumblefiend@users.noreply.github.com> Date: Wed, 3 Feb 2021 08:33:14 -0800 Subject: [PATCH] Update package.json fix bad analytics build --- products/analytics/package.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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" } }