diff --git a/package.json b/package.json index 26b898b..44a3b5c 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,8 @@ "dev": "next dev", "build": "next build", "start": "next start", - "lint": "next lint" + "lint": "next lint", + "export": "next export" }, "dependencies": { "@babel/eslint-parser": "^7.24.7",