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 7bf25eb commit 86cf734Copy full SHA for 86cf734
.github/workflows/bundle-size.yml
@@ -30,7 +30,7 @@ jobs:
30
key: ${{ runner.os }}-${{ hashFiles('**/yarn.lock') }}
31
32
- name: Install deps
33
- run: yarn install --immutable
+ run: yarn install
34
35
- name: Build
36
run: yarn build --filter=\!@strapi/design-system-docs
0 commit comments