From 1432e139bf4ff870c3263f7d558de88c9453b8be Mon Sep 17 00:00:00 2001 From: reggi Date: Wed, 22 Jan 2025 15:46:05 -0500 Subject: [PATCH] chore: stop publish smoke from check git clean --- scripts/publish.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/publish.js b/scripts/publish.js index 0a6ac1340a130..ab231c5d5ee66 100644 --- a/scripts/publish.js +++ b/scripts/publish.js @@ -146,4 +146,4 @@ const main = async (opts) => { } } -run(main).catch(resetdeps) +run(main)