Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
antoinebou12 authored Nov 29, 2024
1 parent 13aae2b commit c2d7165
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 @@ -6,7 +6,8 @@
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint"
"lint": "next lint",
"test": "echo \"No tests configured yet\" && exit 0"
},
"dependencies": {
"react": "19.0.0-rc-66855b96-20241106",
Expand Down

0 comments on commit c2d7165

Please sign in to comment.