@tixyel/cli 2.7.0 → 2.7.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -321,7 +321,7 @@ program
|
|
|
321
321
|
.aliases(['upgrade', 'u'])
|
|
322
322
|
.description('Update Tixyel packages to the latest version.')
|
|
323
323
|
.option('-f --force', 'Force update even if already on latest version', false)
|
|
324
|
-
.option('-
|
|
324
|
+
.option('-n --no-cache', 'Disable package manager cache during installation', false)
|
|
325
325
|
.action(async (options) => {
|
|
326
326
|
const root = process.cwd();
|
|
327
327
|
const inquirer = (await import('inquirer')).default;
|