diff --git a/package.json b/package.json index 9457a47..330b1a7 100644 --- a/package.json +++ b/package.json @@ -9,6 +9,7 @@ "prepare": "husky install", "dev": "next", "build": "next build", + "export": "next export", "build:analyze": "cross-env ANALYZE=true yarn build", "postbuild": "next-sitemap", "start": "next start",