@smartsoft001/cli
Advanced tools
Comparing version 0.0.20 to 0.0.21
{ | ||
"name": "@smartsoft001/cli", | ||
"version": "0.0.20", | ||
"version": "0.0.21", | ||
"bin": { | ||
@@ -5,0 +5,0 @@ "smart": "smart.js" |
@@ -33,9 +33,9 @@ "use strict"; | ||
runCommand(createCommand); | ||
log('Install dependencies'); | ||
const deps = ['@smartsoft001/core']; | ||
const installDeps = `npm i ${deps.join(' ')} --save`; | ||
runCommand(installDeps, target); | ||
// log('Install dependencies') | ||
// const deps = ['@smartsoft001/core']; | ||
// const installDeps = `npm i ${deps.join(' ')} --save`; | ||
// runCommand(installDeps, target); | ||
log('Install dev dependencies'); | ||
const devDeps = [ | ||
'@smartsoft001/core', | ||
'@smartsoft001/schematics', | ||
'@nrwl/angular', | ||
@@ -42,0 +42,0 @@ '@ionic/angular-toolkit', |
Sorry, the diff of this file is not supported yet
6502