diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8fe004f..14a538a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -14,7 +14,7 @@ jobs: node-version: '16.x' registry-url: 'https://registry.npmjs.org' - name: Install dependencies and build 🔧 - run: npm ci && npm run build + run: npm ci - name: Publish package on NPM 📦 run: npm publish env: