Added export script

dependabot/npm_and_yarn/typescript-eslint/parser-4.33.0
guusvanmeerveld 3 years ago
parent de44aa2927
commit ba75ef4c80

@ -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"
}
}
}
Loading…
Cancel
Save