diff --git a/package.json b/package.json index 0cb8557..e257f00 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,7 @@ "private": true, "scripts": { "dev": "next dev", + "export": "next export", "build": "next build", "start": "next start", "lint": "next lint"