Skip to content

Commit 3dcd0e7

Browse files
committed
fix(chromatic): fix CI yarn install
1 parent f7ddfd8 commit 3dcd0e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/chromatic.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
${{ runner.os }}-yarn-
3737
3838
- name: "Install dependencies"
39-
run: yarn install --frozen-lockfile --ignore-optional
39+
run: yarn install --frozen-lockfile
4040

4141
- name: "Deploy chromatic"
4242
uses: chromaui/action@5c36690a7d85fc6345aa786cc5b3d3d9742af4fb #v1

0 commit comments

Comments
 (0)