(command)
| 2 | const appRootDir = require('app-root-dir') |
| 3 | |
| 4 | function exec(command) { |
| 5 | execSync(command, { stdio: 'inherit', cwd: appRootDir.get() }) |
| 6 | } |
| 7 | |
| 8 | module.exports = { |
| 9 | exec, |
no outgoing calls
no test coverage detected
searching dependent graphs…