Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
function cleanSandbox(sandbox) {
process.chdir(rootDir);
build.clean(['node', 'run-clean', sandbox]);
process.chdir(cwd);
}