From 0ee46bb9c87f260576bf165e7a2a7f553dd765a9 Mon Sep 17 00:00:00 2001 From: mattfsourcecode <24415914+mattfsourcecode@users.noreply.github.com> Date: Sat, 15 Feb 2025 19:21:25 -0500 Subject: [PATCH] Add npm publish --dry-run to CI workflow (#31) --- .github/workflows/test.yml | 3 +++ 1 file changed, 3 insertions(+) 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