Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/webpack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@ jobs:
with:
node-version: 'lts/*'

- name: "Build libmongocrypt"
- name: "Install dependencies"
shell: bash
run: |
npm run install:libmongocrypt
npm install --ignore-scripts

- name: "Install dependencies"
- name: "Build libmongocrypt and bindings"
shell: bash
run: |
npm install
npm run install:libmongocrypt

- name: "Install dependencies in the Webpack bundle test package"
shell: bash
Expand Down