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 c907f5b commit c09a823
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-drupal-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
node-version: ${{ matrix.node-version }}
cache: npm
- name: Install NPM dependencies
run: npm clean-install --production --production --production --production --production --prefer-offline --frozen-lockfile
run: npm clean-install --production --production --production --production --production --production --prefer-offline --frozen-lockfile
- name: Bundle Deps
uses: lando/prepare-release-action@v2
with:
Expand Down

0 comments on commit c09a823

Please sign in to comment.