Skip to content

Commit 16537ec

Browse files
committed
fix branch
1 parent 3aa4bb7 commit 16537ec

File tree

1 file changed

+3
-1
lines changed
  • apps/svelte.dev/scripts/sync-docs

1 file changed

+3
-1
lines changed

apps/svelte.dev/scripts/sync-docs/index.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ const packages: Package[] = [
128128
{
129129
name: 'cli',
130130
repo: 'sveltejs/cli',
131-
branch: 'chore/add-docs',
131+
branch: 'main',
132132
pkg: 'packages/cli',
133133
docs: 'documentation/docs',
134134
types: null
@@ -199,4 +199,6 @@ if (parsed.values.watch) {
199199
sync(pkg);
200200
});
201201
}
202+
203+
console.log(`\nwatching for changes in ${parsed.positionals.join(', ')}`);
202204
}

0 commit comments

Comments
 (0)