Skip to content

Commit

Permalink
fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
garrettladley committed Mar 18, 2024
1 parent 96cbe04 commit b3a5d03
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion frontend/sac-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
"test": "jest --passWithNoTests --forceExit --detectOpenHandles --coverage",
"lint": "next lint",
"format": "prettier --write ."
},
"dependencies": {
"next": "14.1.3",
Expand Down

0 comments on commit b3a5d03

Please sign in to comment.