feat(runner): add parallel building
This commit is contained in:
@@ -2,8 +2,5 @@ import path from 'path'
|
||||
import { read } from './yaml.js'
|
||||
|
||||
export default function () {
|
||||
return {
|
||||
basedir: __dirname,
|
||||
...read(path.join(__dirname, 'config.yaml'))
|
||||
}
|
||||
return read(path.join(__dirname, 'config.yaml'))
|
||||
}
|
||||
Reference in New Issue
Block a user