From b6ec3509b91acd67ff6fc1124f275b97efe00d6e Mon Sep 17 00:00:00 2001 From: Jacob Bolda Date: Wed, 24 Jul 2024 11:54:48 -0500 Subject: [PATCH] update dryRunCommand --- .changes/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changes/config.json b/.changes/config.json index a65e8c58..3f9bbef2 100644 --- a/.changes/config.json +++ b/.changes/config.json @@ -26,7 +26,7 @@ }, { "command": "npm publish --provenance --access public", - "dryRunCommand": "echo publish here", + "dryRunCommand": "npm publish --provenance --access public --dry-run", "pipe": true }, {