Skip to content

Commit

Permalink
fix: monorepo path for svelte
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikg committed May 27, 2023
1 parent 5b9f283 commit 7b999a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ export async function runInRepo(options: RunOptions & RepoOptions) {
overrides.svelte = options.release
}
} else {
overrides.svelte ||= `${options.sveltePath}`
overrides.svelte ||= `${options.sveltePath}/packages/svelte`
const localOverrides = await buildOverrides(pkg, options, overrides)
cd(dir) // buildOverrides changed dir, change it back
overrides = {
Expand Down

0 comments on commit 7b999a4

Please sign in to comment.