Skip to content

Commit

Permalink
Merge pull request QwikDev#7160 from QwikDev/pr-revert-migration-tsco…
Browse files Browse the repository at this point in the history
…nfig

revert auto updating moduleResolution
  • Loading branch information
shairez authored Dec 13, 2024
2 parents be18d14 + 9ed9bc2 commit 3f9bc67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/qwik/src/cli/migrate-v2/run-migration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import {
removeTsMorphFromPackageJson,
updateDependencies,
} from './update-dependencies';
import { updateConfigurations } from './update-configurations';

export async function runV2Migration(app: AppCommand) {
intro(
Expand Down Expand Up @@ -56,7 +55,8 @@ export async function runV2Migration(app: AppCommand) {
await removeTsMorphFromPackageJson();
}

updateConfigurations();
// COMMENTED OUT FOR NOW 👇 (as this is fixed in https://github.com/QwikDev/qwik/pull/7159)
// updateConfigurations();

await updateDependencies();
log.success(`${green(`Your application has been successfully migrated to v2!`)}`);
Expand Down

0 comments on commit 3f9bc67

Please sign in to comment.