Skip to content

Commit

Permalink
monorepo note
Browse files Browse the repository at this point in the history
  • Loading branch information
dummdidumm committed Jun 21, 2023
1 parent cc75662 commit 7363684
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion packages/migrate/migrations/svelte-4/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,14 @@ export async function migrate() {
bail('Please re-run this script in a directory with a package.json');
}

console.log(colors.bold().yellow('\nThis will update files in the current src/ directory\n'));
console.log(
colors
.bold()
.yellow(
'\nThis will update files in the current directory\n' +
"If you're inside a monorepo, don't run this in the root directory, rather run it in all projects independently.\n"
)
);

const use_git = check_git();

Expand Down

0 comments on commit 7363684

Please sign in to comment.