| @@ -280,12 +280,12 @@ var __runcmd = function(label){ | |||
| // // , env: process.env | |||
| // , title : `pwd for ${repo}` | |||
| // }).catch((e)=>{ console.error(e) }) | |||
| // nodeShellExec('rm', ['package-lock.json'], { | |||
| // inherit : true, shell: true | |||
| // , cwd : repo | |||
| // , env: process.env | |||
| // , title : `rm 'package-lock.json' for ${repo}` | |||
| // }).catch((e)=>{ console.error(e) }) | |||
| nodeShellExec('rm', ['package-lock.json'], { | |||
| inherit : true, shell: true | |||
| , cwd : repo | |||
| , env: process.env | |||
| , title : `rm 'package-lock.json' for ${repo}` | |||
| }).catch((e)=>{ console.error(e) }) | |||
| tasks.push(()=>{ | |||
| var p = nodeShellExec('npm', ['i'], { | |||
| inherit : true, shell: true | |||