We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8cf4ce commit 152b49aCopy full SHA for 152b49a
.github/workflows/test.yml
@@ -55,3 +55,6 @@ jobs:
55
sleep 5
56
curl -I http://localhost:3000 || echo "Server verification skipped"
57
pkill -f "node"
58
+
59
+ - name: Test npm publish
60
+ run: npm publish --dry-run
0 commit comments