Skip to content

Commit 8451066

Browse files
feat: make mongodb-client-encryption optional VSCODE-342 (#439)
* feat: make mongodb-client-encryption optional VSCODE-342 * refactor: use library type in webpack config * refactor: void telemetry flush * build: npm ci omit optional
1 parent 2f43db1 commit 8451066

File tree

5 files changed

+810
-740
lines changed

5 files changed

+810
-740
lines changed

.github/workflows/test-and-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252

5353
- name: Install Dependencies
5454
shell: bash
55-
run: npm ci
55+
run: npm ci --omit=optional
5656

5757
- name: Run Checks
5858
run: npm run check

0 commit comments

Comments
 (0)