Skip to content

Commit

Permalink
webtest
Browse files Browse the repository at this point in the history
revmischa committed Jul 2, 2024
1 parent 00528c9 commit f883939
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion web/package.json
Original file line number Diff line number Diff line change
@@ -9,7 +9,8 @@
"tsc:watch": "pnpm tsc --watch",
"build": "next build",
"start": "next start",
"lint": "next lint"
"lint": "next lint",
"test": "vitest"
},
"dependencies": {
"@sentry/browser": "^8.13.0",

0 comments on commit f883939

Please sign in to comment.