()
| 31 | } |
| 32 | |
| 33 | async function jsDev() { |
| 34 | return runCommand('webpack-cli', ['-w', '--config', 'scripts/webpack.conf.js']); |
| 35 | } |
| 36 | |
| 37 | async function jsProd() { |
| 38 | return runCommand('webpack-cli', ['--config', 'scripts/webpack.conf.js']); |
nothing calls this directly
no test coverage detected