From c2d7165ec0d80e9b9b152ce76b3c78d23eb191b9 Mon Sep 17 00:00:00 2001 From: Antoine Boucher Date: Fri, 29 Nov 2024 12:19:16 -0500 Subject: [PATCH] Update package.json --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index ed3309b..a619a4f 100644 --- a/package.json +++ b/package.json @@ -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",