feat: new build script

This commit is contained in:
Ruidy 2021-07-14 17:02:45 +02:00
parent 92e9539c19
commit e70c1faa7a

View file

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