mirror of
https://github.com/Shik3i/KoalaSync.git
synced 2026-08-10 11:38:22 +00:00
feat: update icons for extension and website, automate responsive logo sizes in build pipeline
This commit is contained in:
@@ -32,7 +32,8 @@ function runCheck([label, command, args, options = {}]) {
|
||||
const child = spawn(command, args, {
|
||||
cwd: options.cwd || repoRoot,
|
||||
env: { ...process.env, ...(options.env || {}) },
|
||||
stdio: 'inherit'
|
||||
stdio: 'inherit',
|
||||
shell: process.platform === 'win32'
|
||||
});
|
||||
child.on('error', reject);
|
||||
child.on('exit', (code) => {
|
||||
|
||||
Reference in New Issue
Block a user