Skip to content
This repository has been archived by the owner on Apr 6, 2023. It is now read-only.

Commit

Permalink
refactor: combine call
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Nov 9, 2022
1 parent 0791717 commit 71eb31d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/nuxi/src/utils/prepare.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ export const writeTypes = async (nuxt: Nuxt) => {
],
exclude: [
// nitro generate output
resolve(nuxt.options.rootDir, 'dist')
].map(p => relative(nuxt.options.buildDir, p))
relative(nuxt.options.buildDir, resolve(nuxt.options.rootDir, 'dist'))
]
})

const aliases: Record<string, string> = {
Expand Down

0 comments on commit 71eb31d

Please sign in to comment.