From 414bfcbf95929f68a6c338092c47d56e2ae2a133 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Galvagno=20S=C3=A9bastien?= Date: Tue, 30 Jul 2024 11:39:32 +0200 Subject: [PATCH] added build script --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 399ec5e..b549807 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,8 @@ "dev": "nodemon --watch . --ext js,yaml --exec node --ignore '*.test.js' app.js", "prisma.format": "npx prisma format", "prisma.generate": "npx prisma generate", - "prisma.dbpush": "npx prisma db push" + "prisma.dbpush": "npx prisma db push", + "build": "next build" }, "keywords": [], "author": "",