diff --git a/.github/workflows/chromatic.yml b/.github/workflows/chromatic.yml index 92a8774e0f..1d8711f7f4 100644 --- a/.github/workflows/chromatic.yml +++ b/.github/workflows/chromatic.yml @@ -18,7 +18,7 @@ jobs: - uses: actions/checkout@v2 with: fetch-depth: 0 - - run: cd 'pkg/interface' && npm i + - run: npm i && npm run bootstrap - name: Publish to Chromatic uses: chromaui/action@v1 with: