Skip to content

Commit

Permalink
chore(test): refactor test cli
Browse files Browse the repository at this point in the history
Related Issue: #947
  • Loading branch information
fu050409 committed Jul 1, 2024
1 parent 69917a5 commit da29fce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"build": "pnpm --filter vue-devui build",
"build:lib": "pnpm --filter vue-devui build:lib",
"build:lib:theme": "pnpm --filter vue-devui build:lib:theme",
"test": "pnpm --filter vue-devui tests.test"
"test": "pnpm --filter vue-devui test"
},
"devDependencies": {
"@commitlint/cli": "^11.0.0",
Expand Down

0 comments on commit da29fce

Please sign in to comment.