瀏覽代碼

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…
取消
儲存