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