diff --git a/package.json b/package.json index 62407b9..f94c7f8 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,8 @@ "build": "next build", "start": "next start", "prettify": "prettier --write .", - "lint": "eslint src" + "lint": "eslint src", + "export": "next build && next export" }, "dependencies": { "milligram": "^1.4.1", @@ -33,4 +34,4 @@ "prettier": "^2.3.0", "typescript": "^4.2.4" } -} +} \ No newline at end of file