Skip to content

Commit 48f5a92

Browse files
authored
chore(release): use root npm install (#2318)
1 parent def779f commit 48f5a92

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/bump-auxiliary-packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
3434
- name: Install Dependencies
3535
run: |
36-
npm ci --workspace @mongosh/build
36+
npm ci
3737
3838
- name: Bump packages
3939
run: |

.github/workflows/publish-auxiliary-packages.yml

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

4545
- name: Install Dependencies
4646
run: |
47-
npm ci --workspace @mongosh/build
47+
npm ci
4848
4949
- name: "Publish what is not already in NPM"
5050
env:

0 commit comments

Comments
 (0)