Appearance
"scripts": { "clean:win": "rmdir /s /q build", "clean:unix": "rm -rf build", "clean": "node -e \"require('child_process').execSync(process.platform === 'win32' ? 'npm run clean:win' : 'npm run clean:unix', { stdio: 'inherit' })\"" }