Skip to content

Commit

Permalink
fix: checknitropack-nightly when resolving nitro version
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed May 22, 2024
1 parent 34e6224 commit bfaf128
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/banner.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export function showVersions(cwd: string) {
|| getPkgVersion('nuxt3')
|| getPkgVersion('nuxt-edge')
const nitroVersion
= getPkgVersion('nitropack') || getPkgVersion('nitropack-edge')
= getPkgVersion('nitropack') || getPkgVersion('nitropack-nightly')|| getPkgVersion('nitropack-edge')

Check failure on line 14 in src/utils/banner.ts

View workflow job for this annotation

GitHub Actions / ci

Operator '||' must be spaced
console.log(
gray(
green(`Nuxt ${bold(nuxtVersion)}`)
Expand Down

0 comments on commit bfaf128

Please sign in to comment.