summaryrefslogtreecommitdiff
path: root/databases/mongosh/files/patch-package.json
blob: 6ab96895758d96e70e41ff8514581a4be639b072 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
--- package.json.orig	2024-10-28 16:25:21 UTC
+++ package.json
@@ -33,7 +33,7 @@
     "start-browser": "npm run start --workspace @mongosh/browser-repl",
     "start": "npm run start-cli",
     "precompile-exec": "npm run compile-cli",
-    "compile-exec": "npm run evergreen-release compile",
+    "compile-exec": "SEGMENT_API_KEY=dummy npm run evergreen-release compile",
     "compile-all": "npm run compile-compass && npm run compile-exec",
     "evergreen-release": "cd packages/build && npm run evergreen-release --",
     "release": "cd packages/build && npm run release --",
@@ -66,7 +66,6 @@
     "postcreate-static-analysis-report": "mongodb-sbom-tools sarif-to-markdown --sarif=.sbom/codeql.sarif.json --md=.sbom/codeql.md",
     "where": "monorepo-where",
     "reformat": "npm run reformat --workspaces --if-present",
-    "prepare": "husky",
     "precommit": "precommit",
     "preinstall": "node scripts/sort-workspaces.js"
   },
@@ -108,7 +107,6 @@
     "duplexpair": "^1.0.2",
     "find-up": "^5.0.0",
     "glob": "^10.3.12",
-    "husky": "^9.0.11",
     "mocha": "^10.2.0",
     "mongodb": "^6.9.0",
     "mongodb-runner": "^5.7.0",