Skip to content

Commit

Permalink
Add test command to run vitest
Browse files Browse the repository at this point in the history
  • Loading branch information
zephraph authored and gitbutler-client committed Aug 26, 2024
1 parent f90345e commit d3a3f1e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"test": "vitest",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro",
Expand Down

0 comments on commit d3a3f1e

Please sign in to comment.