Skip to content

Commit

Permalink
Shorten the package.json testing rule
Browse files Browse the repository at this point in the history
  • Loading branch information
CaspianA1 committed Jun 25, 2024
1 parent 1beea51 commit d048825
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 @@ -12,7 +12,7 @@
"homepage": "https://docs.dbos.dev/",
"scripts": {
"build": "tsc",
"test": "tsc && vitest"
"test": "vitest"
},
"dependencies": {
"@types/node": "^20.14.6",
Expand Down

0 comments on commit d048825

Please sign in to comment.