Skip to content

Commit 752dc16

Browse files
authored
chore(ci): add macos notarization debug (#1138)
1 parent 9da073a commit 752dc16

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.evergreen/package-and-upload-artifact.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ cd $(pwd)
77
88
export NODE_JS_VERSION=${NODE_JS_VERSION}
99
export ARTIFACT_URL_FILE="$PWD/artifact-url.txt"
10+
export DEBUG="node-codesign,\$DEBUG"
1011
1112
source .evergreen/setup-env.sh
1213
tar xvzf dist.tgz

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@
126126
"mongodb-download-url": "^1.1.2",
127127
"mongodb-js-precommit": "^2.0.0",
128128
"nock": "^13.0.11",
129-
"node-codesign": "^0.3.2",
129+
"node-codesign": "^0.3.3",
130130
"node-fetch": "^2.6.1",
131131
"nyc": "^15.1.0",
132132
"parcel-bundler": "^1.12.5",

0 commit comments

Comments
 (0)