Every line of 'yarn rebuild' code snippets is scanned for vulnerabilities by our powerful machine learning engine that combs millions of open source libraries, ensuring your JavaScript code is secure.
36 function rebuild (cb) { 37 ex('npm run build', cb) 38 }
6 function runYarn(yarn, cwd, command = "") { 7 child_process.execSync(yarnShellCommand(yarn, cwd, command), { 8 stdio: "inherit" 9 }); 10 }