Skip to content

Commit

Permalink
filter private
Browse files Browse the repository at this point in the history
  • Loading branch information
mmkal committed May 9, 2024
1 parent 5d7ab04 commit 294ae2e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/publish.ts
Expand Up @@ -40,6 +40,7 @@ const main = async () => {
])

ctx.packages = JSON.parse(list.stdout)
ctx.packages = ctx.packages.filter(pkg => !pkg.private)

const pwdsCommand = await execa('pnpm', ['recursive', 'exec', 'pwd']) // use `pnpm recursive exec` to get the correct topological sort order // https://github.com/pnpm/pnpm/issues/7716
const pwds = pwdsCommand.stdout
Expand Down

0 comments on commit 294ae2e

Please sign in to comment.