diff --git a/.changes/config.json b/.changes/config.json index 5440e20c9..0ec4b3eda 100644 --- a/.changes/config.json +++ b/.changes/config.json @@ -111,7 +111,7 @@ ], "publish": [ { - "command": "echo \"# NPM Package Publish\"", + "command": "echo \"# Yarn Package Publish\"", "dryRunCommand": true, "pipe": true }, @@ -121,7 +121,7 @@ "pipe": true }, { - "command": "npm publish --access public", + "command": "yarn publish --access public", "dryRunCommand": "npm publish --dry-run --access public", "pipe": true },