Skip to content

Commit

Permalink
update publish
Browse files Browse the repository at this point in the history
  • Loading branch information
ijjk committed Oct 25, 2022
1 parent bee5215 commit 18de49a
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions scripts/publish-release.js
Expand Up @@ -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)

Expand Down

0 comments on commit 18de49a

Please sign in to comment.