718beb4d7b
This will cause the build to fail, as this will catch an SSR issue, which will be fixed after merging #369
5 lines
116 B
JavaScript
5 lines
116 B
JavaScript
import {installTests} from './scripts.mjs'
|
|
;(async function runCI() {
|
|
await installTests()
|
|
process.exit(0)
|
|
})()
|