Skip to content

Commit 152b49a

Browse files
Add npm publish --dry-run to CI workflow (#31) (#32)
1 parent b8cf4ce commit 152b49a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: .github/workflows/test.yml

+3
Original file line numberDiff line numberDiff line change
@@ -55,3 +55,6 @@ jobs:
5555
sleep 5
5656
curl -I http://localhost:3000 || echo "Server verification skipped"
5757
pkill -f "node"
58+
59+
- name: Test npm publish
60+
run: npm publish --dry-run

0 commit comments

Comments
 (0)