diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f331876..a7984fe 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -18,7 +18,7 @@ jobs: registry-url: 'https://registry.npmjs.org' cache: npm - run: npm ci - - run: npm run test:coverage + - run: npm run test - run: npm run build - run: npm publish if: github.event_name == 'release' && github.event.action == 'created'