Skip to content

Commit 916b412

Browse files
committed
fixup: remove not needed unsafe-perm
1 parent bb5d4fe commit 916b412

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.evergreen/functions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -702,7 +702,7 @@ functions:
702702
DEBUG: ${debug|}
703703
script: |
704704
set -e
705-
npm run --unsafe-perm --workspace @mongodb-js/compass-web compile
705+
npm run --workspace @mongodb-js/compass-web compile
706706
707707
test-web-sandbox:
708708
- command: shell.exec

0 commit comments

Comments
 (0)