Skip to content

Commit 4058964

Browse files
fix ordering of webpack builds
1 parent 62e7a59 commit 4058964

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/webpack.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@ jobs:
1818
with:
1919
node-version: 'lts/*'
2020

21-
- name: "Build libmongocrypt"
21+
- name: "Install dependencies"
2222
shell: bash
2323
run: |
24-
npm run install:libmongocrypt
24+
npm install --ignore-scripts
2525
26-
- name: "Install dependencies"
26+
- name: "Build libmongocrypt and bindings"
2727
shell: bash
2828
run: |
29-
npm install
29+
npm run install:libmongocrypt
3030
3131
- name: "Install dependencies in the Webpack bundle test package"
3232
shell: bash

0 commit comments

Comments
 (0)