mirror of
https://github.com/cypress-io/cypress.git
synced 2026-05-25 01:49:06 -05:00
10 lines
202 B
JavaScript
Executable File
10 lines
202 B
JavaScript
Executable File
cp = require("child_process")
|
|
|
|
cmd = process.argv[2]
|
|
|
|
console.log(process.argv)
|
|
|
|
// loop through all the packages/@cypress
|
|
|
|
// for each directory, set cwd
|
|
// cp.spawn(cmd, {stdout: "inherit", cwd: dir})
|