Skip to content

Commit

Permalink
Regenerate package-lock.json and add --production flag to npm clean-i…
Browse files Browse the repository at this point in the history
…nstall for Leia test runs.
  • Loading branch information
reynoldsalec committed Jan 13, 2024
1 parent 9b907c6 commit bd9388d
Show file tree
Hide file tree
Showing 2 changed files with 257 additions and 258 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr-mongo-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
registry-url: https://registry.npmjs.org
cache: npm
- name: Install dependencies
run: npm clean-install --prefer-offline --frozen-lockfile
run: npm clean-install --production --prefer-offline --frozen-lockfile
- name: Bundle Deps
uses: lando/prepare-release-action@v3
with:
Expand Down
Loading

0 comments on commit bd9388d

Please sign in to comment.