()
| 21 | }; |
| 22 | |
| 23 | const watchCommand = () => { |
| 24 | const packageName = "webpack"; |
| 25 | const args = ["watch"]; |
| 26 | const logMessage = "For using 'watch' command you need to install: 'webpack' package."; |
| 27 | |
| 28 | return runTest(packageName, args, logMessage); |
| 29 | }; |
| 30 | |
| 31 | const serveCommand = () => { |
| 32 | const packageName = "webpack"; |