Skip to content

Commit

Permalink
fix: script clean not found (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmedhesham6 authored Jun 12, 2024
1 parent 3381cc7 commit 904eec5
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 904eec5

Please sign in to comment.