From 18de49a2a554d50ef7da78d9b850efc30c03ec1d Mon Sep 17 00:00:00 2001 From: JJ Kasper Date: Tue, 25 Oct 2022 08:05:39 -0700 Subject: [PATCH] update publish --- scripts/publish-release.js | 6 ------ 1 file changed, 6 deletions(-) diff --git a/scripts/publish-release.js b/scripts/publish-release.js index 2cc606e06800..22a02bbcfeb4 100755 --- a/scripts/publish-release.js +++ b/scripts/publish-release.js @@ -34,12 +34,6 @@ const cwd = process.cwd() } console.log(`Publishing ${isCanary ? 'canary' : 'stable'}`) - // TODO: remove after testing, this is a safe guard to ensure we - // don't publish stable unexpectedly - if (!isCanary) { - return - } - const packagesDir = path.join(cwd, 'packages') const packageDirs = await readdir(packagesDir)