Skip to content

Commit

Permalink
ci: test
Browse files Browse the repository at this point in the history
  • Loading branch information
nailiable committed Nov 1, 2024
1 parent 59cade2 commit 6f4f7bb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"build:ioc": "pnpm -F @nailyjs/ioc build",
"lint": "eslint .",
"postinstall": "npx simple-git-hooks",
"test": "vitest --ui --coverage"
"test": "vitest",
"test:ui": "vitest --ui --coverage"
},
"devDependencies": {
"@antfu/eslint-config": "^3.7.3",
Expand Down

0 comments on commit 6f4f7bb

Please sign in to comment.