diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7db687b..c341ce9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -47,6 +47,7 @@ jobs: node-version: 20.x cache: "npm" - run: npm ci + - run: npm build - name: Publish new version env: NPM_TOKEN: ${{ secrets.NPM_TOKEN }}