MCPcopy Create free account
hub / github.com/violentmonkey/violentmonkey / jsProd

Function jsProd

gulpfile.js:37–39  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

runCommandFunction · 0.85

Tested by

no test coverage detected