We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62e7a59 commit 4058964Copy full SHA for 4058964
.github/workflows/webpack.yml
@@ -18,15 +18,15 @@ jobs:
18
with:
19
node-version: 'lts/*'
20
21
- - name: "Build libmongocrypt"
+ - name: "Install dependencies"
22
shell: bash
23
run: |
24
- npm run install:libmongocrypt
+ npm install --ignore-scripts
25
26
- - name: "Install dependencies"
+ - name: "Build libmongocrypt and bindings"
27
28
29
- npm install
+ npm run install:libmongocrypt
30
31
- name: "Install dependencies in the Webpack bundle test package"
32
0 commit comments