[package.json][s]:Clean up build config

This commit is contained in:
Rising Odegua 2022-02-25 11:28:44 +01:00
parent 61709d49b5
commit d5ae9b432c

View File

@ -4,7 +4,6 @@
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"build": "next build && next export",
"start": "next start"
},