diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index 5275754..f3c1b5d 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -17,10 +17,7 @@ jobs: node-version: 20 - name: Install dependencies - run: npm ci - - - name: Run tests - run: npm test + run: npm install publish-npm: needs: build @@ -34,9 +31,6 @@ jobs: with: node-version: 20 registry-url: https://registry.npmjs.org/ - - - name: Install dependencies - run: npm ci - name: Publish to npm run: npm publish