Skip to content

Commit fd778f1

Browse files
committed
PCX-1086 Restore package.json
1 parent 3b44df3 commit fd778f1

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

products/analytics/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
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
}

0 commit comments

Comments
 (0)