mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 16:43:55 +00:00
7 lines
223 B
JavaScript
7 lines
223 B
JavaScript
import { buildFixture } from '../../utils/build'
|
|
|
|
// These two must not build concurrently to avoid changed-files check failing.
|
|
// That's why building both from same test file.
|
|
buildFixture('spa')
|
|
buildFixture('spa-hash')
|