Skip to content

Commit

Permalink
fix: do not override jiti
Browse files Browse the repository at this point in the history
This reverts commit b3e5cec.
  • Loading branch information
danielroe committed Sep 23, 2024
1 parent b3e5cec commit 8b4576a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,6 @@ export async function runInRepo(options: RunOptions & RepoOptions) {
if (pkg.name !== '@nuxt/test-utils') {
overrides['@nuxt/test-utils'] ??= `npm:@nuxt/test-utils-nightly`
}
overrides['jiti'] ??= `npm:jiti-nightly@latest`
if (process.env.NITRO_VERSION === 'v3 nightly') {
overrides['nitro'] ??= `npm:nitro-nightly@3x`
overrides['nitropack'] ??= `npm:nitro-nightly@3x`
Expand Down

0 comments on commit 8b4576a

Please sign in to comment.