Skip to content

Commit

Permalink
fixing package.json file
Browse files Browse the repository at this point in the history
  • Loading branch information
yashb196 committed Oct 1, 2023
1 parent c33b171 commit a3b023c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "jest --watch"
"test": "jest"
},
"dependencies": {
"@babel/core": "^7.23.0",
Expand Down

0 comments on commit a3b023c

Please sign in to comment.