feat(background): add other in-game backgrouds (2/2)
This commit is contained in:
@@ -4,7 +4,7 @@ import { createServer, build } from 'vite'
|
||||
export function buildAll(config) {
|
||||
for (const [key, _] of Object.entries(config.operators)) {
|
||||
if (key.startsWith('_')) break;
|
||||
console.log(execSync(`node runner.js --build ${key}`).toString());
|
||||
console.log(execSync(`node runner.js build ${key}`).toString());
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user