From c631d8444a2f1773762e772351d156d0d227516e Mon Sep 17 00:00:00 2001 From: Tobotis Date: Mon, 9 Sep 2024 16:27:54 +0200 Subject: [PATCH] changed package.json --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 9a07c76..5eb6ed8 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,8 @@ "dev": "next", "build": "next build", "start": "next start", - "lint": "next lint" + "lint": "next lint", + "export": "next build && next export" }, "dependencies": { "next": "^14.2.8",