Skip to content

Commit

Permalink
build: fix vitest command
Browse files Browse the repository at this point in the history
  • Loading branch information
xsjcTony committed Mar 23, 2024
1 parent 5a5708b commit 4f6ef5b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,7 @@
"release": "pnpm test:ci && bumpp",
"typecheck": "vue-tsc --noEmit",
"lint": "eslint .",
"test": "vitest run",
"test:watch": "vitest",
"test": "vitest",
"test:update": "vitest run -u",
"test:ci": "pnpm typecheck && pnpm build && pnpm lint && pnpm test run",
"docs:dev": "vitepress dev docs",
Expand Down

0 comments on commit 4f6ef5b

Please sign in to comment.