Skip to content

Commit

Permalink
Merge branch 'main' into ahmed/ui-tsup
Browse files Browse the repository at this point in the history
  • Loading branch information
ixahmedxi authored Jun 12, 2024
2 parents a04a1ff + 904eec5 commit 410e8bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/update-workspace.ts
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ if (newNamespace) {
await findAndReplacePackageNames();

// Done
await $`bun format && bun clean && bun install`;
await $`bun format && bun turbo clean && bun install`;

console.log(
'🎉 Done! Workspace namespaces have successfully been updated. You may wish to reload your IDE, to remove any errors.',
Expand Down

0 comments on commit 410e8bb

Please sign in to comment.