diff options
author | Kirill Rogovoy <[email protected]> | 2021-07-23 16:50:47 +0300 |
---|---|---|
committer | Kirill Rogovoy <[email protected]> | 2021-07-23 16:50:47 +0300 |
commit | 57b2ae80a4e6e496526f815f1e3fd1af56e0aa8c (patch) | |
tree | 619e65ff0d0fe36b750b7cd4b42541d0a5271ba4 /package.json | |
parent | 7f3943439a7a5e20df1cca1578140a25eb973ad0 (diff) |
Add production build
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index f561d15..90bc71f 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "private": true, "scripts": { "dev": "next dev", - "build": "next build", + "build": "next build && next export", "start": "next start", "prettier": "prettier -w .", "lint": "tsc --noEmit && next lint && eslint \"./**/*.{ts,tsx,js}\" \"./**/.*.{ts,tsx,js}\" --fix" |