mirror of
https://github.com/nuxt/nuxt.git
synced 2025-01-30 15:22:39 +00:00
force enable spinner in CI
This commit is contained in:
parent
19775d58f7
commit
6152894384
@ -31,7 +31,7 @@ const fixtures = [
|
||||
'basic'
|
||||
]
|
||||
|
||||
const spinner = new ORA()
|
||||
const spinner = new ORA({ enabled: true })
|
||||
const nuxtBuild = resolve(__dirname, '../bin/nuxt-build')
|
||||
|
||||
let _total = fixtures.length
|
||||
|
Loading…
Reference in New Issue
Block a user