From cbd0ef34d3d6ea0c178f18c118c2698cef939680 Mon Sep 17 00:00:00 2001 From: SinusFox Date: Mon, 14 Oct 2024 20:14:49 +0000 Subject: [PATCH] Update package.json --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 0ae8eab..27fd6e0 100644 --- a/package.json +++ b/package.json @@ -6,6 +6,7 @@ "dev": "next dev", "build": "next build", "start": "next start", + "export": "next export", "lint": "next lint", "test": "jest --watchAll", "test:ci": "jest --ci --coverage" -- 2.52.0