Skip to content

Commit

Permalink
build: fix release script
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed Dec 4, 2024
1 parent dda00b4 commit 7f971cc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/release.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,6 @@ async function main() {
step('\nBuilding all packages...')
if (!skipBuild && !isDryRun) {
await run('pnpm', ['run', 'build'])
await run('pnpm', ['run', 'build:dts'])
} else {
console.log(`(skipped)`)
}
Expand Down

0 comments on commit 7f971cc

Please sign in to comment.