@tixyel/cli 2.6.6 → 2.6.7
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
|
@@ -188,7 +188,7 @@ program
|
|
|
188
188
|
.option('-p --parallel', 'Build widgets in parallel')
|
|
189
189
|
.option('-v --verbose', 'Show verbose output')
|
|
190
190
|
.option('-w --widgets <names>', 'Widget names or paths to build (comma-separated, or * for all)')
|
|
191
|
-
.option('--bump <type>', 'Version bump type (none, patch, minor, major)')
|
|
191
|
+
.option('-b --bump <type>', 'Version bump type (none, patch, minor, major)')
|
|
192
192
|
.action(async (options = {}) => {
|
|
193
193
|
try {
|
|
194
194
|
const { validateWorkspace, loadWorkspace } = await import('./workspace.js');
|