chore; added top level install to the chromatic dist build

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2022-01-20 17:10:34 +01:00
committed by Patrik Oldsberg
parent f419f1c1f1
commit 03f5c764e9
3 changed files with 101 additions and 6 deletions
+4
View File
@@ -47,6 +47,10 @@ jobs:
key: ${{ runner.os }}-yarn-${{ hashFiles('yarn.lock') }}
restore-keys: |
${{ runner.os }}-yarn-
- name: top-level install
run: yarn install --frozen-lockfile
- name: storybook yarn install
run: yarn install --frozen-lockfile
working-directory: storybook