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

Function serveCommand

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

Source from the content-addressed store, hash-verified

29};
30
31const serveCommand = () => {
32 const packageName = "webpack";
33 const args = ["serve"];
34 const logMessage = "For using 'serve' command you need to install: 'webpack' package.";
35
36 return runTest(packageName, args, logMessage);
37};
38
39const versionCommand = () => {
40 const packageName = "webpack";

Callers

nothing calls this directly

Calls 1

runTestFunction · 0.85

Tested by

no test coverage detected