mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-23 06:05:11 +00:00
fix(cli): generate still run cache when disabled (#7802)
Co-authored-by: lihbr <lihbr@users.noreply.github.com>
This commit is contained in:
parent
4db7e432df
commit
3d1526364a
@ -24,6 +24,7 @@ export async function ensureBuild (cmd) {
|
||||
const builder = await cmd.getBuilder(nuxt)
|
||||
await builder.build()
|
||||
await nuxt.close()
|
||||
return
|
||||
}
|
||||
|
||||
// Default build ignore files
|
||||
|
Loading…
Reference in New Issue
Block a user