ソースを参照

npmi updates

production
Pradeep Bhaskaran 5年前
コミット
1beeaddd32
1個のファイルの変更6行の追加6行の削除
  1. 6
    6
      index.js

+ 6
- 6
index.js ファイルの表示

// // , env: process.env // // , env: process.env
// , title : `pwd for ${repo}` // , title : `pwd for ${repo}`
// }).catch((e)=>{ console.error(e) }) // }).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(()=>{ tasks.push(()=>{
var p = nodeShellExec('npm', ['i'], { var p = nodeShellExec('npm', ['i'], {
inherit : true, shell: true inherit : true, shell: true

読み込み中…
キャンセル
保存