MCPcopy Create free account
hub / github.com/webpack/webpack-cli / buildCommand

Function buildCommand

smoketests/missing-packages/webpack.test.js:15–21  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13};
14
15const buildCommand = () => {
16 const packageName = "webpack";
17 const args = ["build"];
18 const logMessage = "For using 'build' command you need to install: 'webpack' package.";
19
20 return runTest(packageName, args, logMessage);
21};
22
23const watchCommand = () => {
24 const packageName = "webpack";

Callers

nothing calls this directly

Calls 1

runTestFunction · 0.85

Tested by

no test coverage detected