소스 검색

npmi updates

production
Pradeep Bhaskaran 4 년 전
부모
커밋
1beeaddd32
1개의 변경된 파일6개의 추가작업 그리고 6개의 파일을 삭제
  1. 6
    6
      index.js

+ 6
- 6
index.js 파일 보기

@@ -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

Loading…
취소
저장