diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 6f780c7..efac573 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -13,7 +13,7 @@ jobs: with: node-version: "16.x" registry-url: "https://registry.npmjs.org" - - name: Install dependencies and build ๐Ÿ”ง + - name: Install dependencies and test ๐Ÿงช run: npm ci && npm run test - name: Publish package on NPM ๐Ÿ“ฆ run: npm publish