Skip to content

Commit

Permalink
added dev and prod test
Browse files Browse the repository at this point in the history
  • Loading branch information
sinamics committed Apr 6, 2023
1 parent 591ab1f commit f437b7a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"postinstall": "prisma generate",
"lint": "next lint",
"start": "next start",
"test": "jest --watch"
"test:dev": "jest --watch",
"test": "jest --ci --coverage"
},
"dependencies": {
"@heroicons/react": "^2.0.16",
Expand Down

0 comments on commit f437b7a

Please sign in to comment.