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. (#64)
  • Loading branch information
reynoldsalec committed Jan 15, 2024
1 parent 701d7c0 commit 2efe15e
Show file tree
Hide file tree
Showing 2 changed files with 256 additions and 257 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr-node-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
registry-url: https://registry.npmjs.org
cache: npm
- name: Install NPM 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

0 comments on commit 2efe15e

Please sign in to comment.