Add export keyword when building the project

This commit is contained in:
Tanguy Herbron 2021-04-18 16:07:48 +02:00
parent 46e6913699
commit 6b8c5b2902

View File

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