(command)
| 821 | } |
| 822 | |
| 823 | function runShellCommand(command) { |
| 824 | console.log(chalk.dim('Running: ') + chalk.cyan(command)); |
| 825 | childProcess.execSync(command, {stdio: 'inherit', shell: true}); |
| 826 | } |
| 827 | |
| 828 | async function buildEverything() { |
| 829 | if (!argv['unsafe-partial']) { |