From 147a850de296bfacd75e281b539fde4b9f391e9e Mon Sep 17 00:00:00 2001 From: Mario Zechner Date: Fri, 14 Nov 2025 23:56:58 +0100 Subject: [PATCH] Remove instructions to run publish:dry --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index ef4412c8..680e823a 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,6 @@ These commands: ### Publishing ```bash -npm run publish:dry # Preview what will be published npm run publish # Publish all packages to npm ```