@smartsoft001/cli
Advanced tools
Comparing version 0.0.11 to 0.0.12
{ | ||
"name": "@smartsoft001/cli", | ||
"version": "0.0.11", | ||
"version": "0.0.12", | ||
"bin": { | ||
@@ -5,0 +5,0 @@ "smart": "smart.js" |
@@ -34,6 +34,6 @@ "use strict"; | ||
runCommand(createCommand); | ||
log('Install dependencies'); | ||
const deps = ['@smartsoft/core']; | ||
const installDeps = `npm i --save ${deps.join(' ')}`; | ||
runCommand(installDeps, target); | ||
// log('Install dependencies') | ||
// const deps = ['@smartsoft/core'] | ||
// const installDeps = `npm i --save ${deps.join(' ')}`; | ||
// runCommand(installDeps, target); | ||
}); | ||
@@ -40,0 +40,0 @@ } |
Sorry, the diff of this file is not supported yet
5142