Skip to content

Commit 18de49a

Browse files
committed
update publish
1 parent bee5215 commit 18de49a

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

scripts/publish-release.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,6 @@ const cwd = process.cwd()
3434
}
3535
console.log(`Publishing ${isCanary ? 'canary' : 'stable'}`)
3636

37-
// TODO: remove after testing, this is a safe guard to ensure we
38-
// don't publish stable unexpectedly
39-
if (!isCanary) {
40-
return
41-
}
42-
4337
const packagesDir = path.join(cwd, 'packages')
4438
const packageDirs = await readdir(packagesDir)
4539

0 commit comments

Comments
 (0)