Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
kamalkech committed Jul 20, 2023
1 parent 7116d94 commit b44d3e6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,9 @@
"release": "np",
"start": "vite --open --mode ssr",
"qwik": "qwik",
"test": "vitest"
"test": "vitest run",
"test.run": "vitest run",
"coverage": "vitest run --coverage"
},
"devDependencies": {
"@builder.io/qwik": "1.2.6",
Expand Down

0 comments on commit b44d3e6

Please sign in to comment.