Skip to content
This repository was archived by the owner on Oct 22, 2025. It is now read-only.

Commit 2de218e

Browse files
authored
chore(release): limit built packages (#1249)
* chore(release): limit built packages * chore: release 2.0.4 Release-As: 2.0.4
1 parent 00f8bc4 commit 2de218e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/release.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ async function runBuild() {
9797
console.log(chalk.blue("Running build..."));
9898
try {
9999
// --force to skip cache in case of Turborepo bugs
100-
await $`pnpm build --force`;
100+
await $`pnpm build --force -F rivetkit -F @rivetkit/*`;
101101
console.log(chalk.green("✅ Build finished"));
102102
} catch (err) {
103103
console.error(chalk.red("❌ Build failed"));

0 commit comments

Comments
 (0)