()
| 29 | }; |
| 30 | |
| 31 | const 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 | |
| 39 | const versionCommand = () => { |
| 40 | const packageName = "webpack"; |