From 6b8c5b2902fe05a9c95685bb1d79a3a96bafd339 Mon Sep 17 00:00:00 2001 From: Tanguy Herbron Date: Sun, 18 Apr 2021 16:07:48 +0200 Subject: [PATCH] Add export keyword when building the project --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 164e83b..d5a3480 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "private": true, "scripts": { "dev": "next dev", - "build": "next build", + "build": "next build && next export", "start": "next start" }, "dependencies": {