@@ -72,6 +72,7 @@ function preparePkg(pkgDir, { withKernel = false, withSsh2 = false } = {}) {
|
||||
}
|
||||
|
||||
const which = process.argv[2] || 'both'
|
||||
run(process.execPath, [path.join(root, 'scripts', 'sync-bin-meta.mjs')])
|
||||
if (which === 'seeder' || which === 'both') {
|
||||
preparePkg(SEEDER, { withKernel: true })
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user