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. (#78)

* Regenerate package-lock.json and add --production flag to npm clean-install for Leia test runs.

* Regenerate package-lock.json and add --production flag to npm clean-install for Leia test runs.

* Regenerate package-lock.json and add --production flag to npm clean-install for Leia test runs.

* Regenerate package-lock.json and add --production flag to npm clean-install for Leia test runs.

* Regenerate package-lock.json and add --production flag to npm clean-install for Leia test runs.

* Regenerate package-lock.json and add --production flag to npm clean-install for Leia test runs.
  • Loading branch information
reynoldsalec authored Jan 15, 2024
1 parent 125bcfd commit 871447b
Show file tree
Hide file tree
Showing 2 changed files with 259 additions and 596 deletions.
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 --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
Loading

0 comments on commit 871447b

Please sign in to comment.