MCPcopy
hub / github.com/ctrlplusb/react-sizeme / exec

Function exec

tools/utils.js:4–6  ·  view source on GitHub ↗
(command)

Source from the content-addressed store, hash-verified

2const appRootDir = require('app-root-dir')
3
4function exec(command) {
5 execSync(command, { stdio: 'inherit', cwd: appRootDir.get() })
6}
7
8module.exports = {
9 exec,

Callers 1

build.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…