@smartsoft001/cli
Advanced tools
Comparing version 1.1.52 to 1.1.53
{ | ||
"name": "@smartsoft001/cli", | ||
"version": "1.1.52", | ||
"version": "1.1.53", | ||
"bin": { | ||
@@ -5,0 +5,0 @@ "smart": "bin/smart.js" |
@@ -67,3 +67,3 @@ "use strict"; | ||
]; | ||
const createCommand = `npx create-nx-workspace@14.0.5 ${name} ${params.join(' ')}`; | ||
const createCommand = `npx create-nx-workspace@latest ${name} ${params.join(' ')}`; | ||
(0, utils_1.runCommand)(createCommand); | ||
@@ -70,0 +70,0 @@ } |