From a0fb8bd151f5c795602aa3e14b4db4e2ce756854 Mon Sep 17 00:00:00 2001 From: Josue Date: Fri, 30 Apr 2021 17:20:50 -0400 Subject: [PATCH] refactor: add export to scripts in package.json --- striker-ui/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/striker-ui/package.json b/striker-ui/package.json index eebd4631..9f3dd896 100644 --- a/striker-ui/package.json +++ b/striker-ui/package.json @@ -3,7 +3,7 @@ "version": "0.1.0", "private": true, "scripts": { - "build": "next build", + "build": "next build && next export", "dev": "next dev", "lint": "eslint --config .eslintrc.json --ext js,jsx,ts,tsx --max-warnings=0", "lint:dryrun": "npm run lint -- .",