We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f26cbe commit dacdbc1Copy full SHA for dacdbc1
.github/workflows/pr-preview.yml
@@ -33,7 +33,7 @@ jobs:
33
with:
34
path: '**/node_modules'
35
key: ${{ runner.os }}-npm-14-${{ secrets.CACHE_VERSION }}-${{ hashFiles('package-lock.json') }}
36
- - run: npm install --frozen-lockfile
+ - run: npm install --frozen-lockfile --legacy-peer-deps
37
if: steps.yarn-cache.outputs.cache-hit != 'true'
38
- run: npm run build
39
name: Build component groups
0 commit comments