Remove --dry-run in publish script

This commit is contained in:
Samy Pessé
2025-11-15 23:36:35 +01:00
parent 6d6f4ef6dd
commit 5b0917a13a
+1 -1
View File
@@ -37,4 +37,4 @@ fi
# Clean up the tarball
trap 'rm -f "${TARBALL_PATH}"' EXIT
npm publish "${TARBALL_PATH}" --no-workspaces --provenance --dry-run
npm publish "${TARBALL_PATH}" --no-workspaces --provenance