It seems npm publish keeps hanging for an unknown reason.
@@ -111,7 +111,7 @@
],
"publish": [
{
- "command": "echo \"# NPM Package Publish\"",
+ "command": "echo \"# Yarn Package Publish\"",
"dryRunCommand": true,
"pipe": true
},
@@ -121,7 +121,7 @@
- "command": "npm publish --access public",
+ "command": "yarn publish --access public",
"dryRunCommand": "npm publish --dry-run --access public",