Skip to content

Commit

Permalink
Consolidate test commands to "test": "vitest"
Browse files Browse the repository at this point in the history
  • Loading branch information
acusti committed Dec 24, 2023
1 parent 216a89e commit 328eb2a
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 @@ -33,8 +33,7 @@
"dev:stories": "yarn workspace @acusti/uikit-docs storybook",
"dev:watch": "tsc --build --watch",
"dev": "run-p 'dev:*'",
"test": "vitest run",
"test:watch": "vitest"
"test": "vitest"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 328eb2a

Please sign in to comment.