@ -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"
}