fixes
Release rolling / release (push) Successful in 7m16s

This commit is contained in:
Raven Scott
2026-07-31 12:08:11 -04:00
parent 6105b8d4ac
commit 33937db11c
6 changed files with 55 additions and 14 deletions
+1
View File
@@ -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 })
}