diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index c6aca88..bf70bcb 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -16,6 +16,7 @@ jobs: with: node-version: 20 - run: npm ci + - run: npm test - name: Run build run: npm run build - name: Check dist directory @@ -31,6 +32,7 @@ jobs: node-version: 20 registry-url: https://registry.npmjs.org/ - run: npm ci + - run: npm test - name: Run build run: npm run build - name: Check dist directory