Skip to content

Commit

Permalink
refactor: fix all failing test from latest merge next
Browse files Browse the repository at this point in the history
- replace ora spinner with @topcli/spinner across multiple commands
- Updated login, user, languages, and components commands to use @topcli/spinner
- Added isVitest flag to conditionally disable spinner in test environments
- Removed ora dependency from package.json
- Standardized spinner initialization and usage across different commands
- Improved spinner configuration with verbose option
  • Loading branch information
alvarosabu committed Jan 30, 2025
1 parent a155afc commit 7be6b35
Show file tree
Hide file tree
Showing 14 changed files with 674 additions and 803 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@
},
"dependencies": {
"@inquirer/prompts": "^7.2.4",
"@topcli/spinner": "^2.1.2",
"chalk": "^5.4.1",
"commander": "^13.1.0",
"dotenv": "^16.4.7",
"ora": "^8.1.1",
"storyblok-js-client": "^6.10.7"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit 7be6b35

Please sign in to comment.