()
| 35 | } |
| 36 | |
| 37 | async function jsProd() { |
| 38 | return runCommand('webpack-cli', ['--config', 'scripts/webpack.conf.js']); |
| 39 | } |
| 40 | |
| 41 | function runCommand(command, args) { |
| 42 | return new Promise((resolve, reject) => { |
nothing calls this directly
no test coverage detected