Skip to content

Commit

Permalink
chore: update 2.x branch name
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Feb 1, 2023
1 parent d30f478 commit 8559c8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nuxi/src/utils/prepare.ts
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ export const writeTypes = async (nuxt: Nuxt) => {
}

// This is needed for Nuxt 2 which clears the build directory again before building
// https://github.com/nuxt/nuxt/blob/2.x-dev/packages/builder/src/builder.js#L144
// https://github.com/nuxt/nuxt/blob/2.x/packages/builder/src/builder.js#L144
// @ts-expect-error
nuxt.hook('builder:prepared', writeFile)

Expand Down

0 comments on commit 8559c8d

Please sign in to comment.