diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5713e9f..c461a04 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -55,3 +55,6 @@ jobs: sleep 5 curl -I http://localhost:3000 || echo "Server verification skipped" pkill -f "node" + + - name: Test npm publish + run: npm publish --dry-run