Skip to content

Commit

Permalink
Update pr-preview.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolethoen authored Dec 10, 2024
1 parent 0f26cbe commit dacdbc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
with:
path: '**/node_modules'
key: ${{ runner.os }}-npm-14-${{ secrets.CACHE_VERSION }}-${{ hashFiles('package-lock.json') }}
- run: npm install --frozen-lockfile
- run: npm install --frozen-lockfile --legacy-peer-deps
if: steps.yarn-cache.outputs.cache-hit != 'true'
- run: npm run build
name: Build component groups
Expand Down

0 comments on commit dacdbc1

Please sign in to comment.