diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 1088456ff..553c6cb47 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -19,7 +19,10 @@ jobs: node-version: 18.x registry-url: https://registry.npmjs.org/ - - name: Install deps + - name: Install dependencies + run: yarn install --immutable --immutable-cache --check-cache + + - name: Build package run: npm run build - name: Publish package