aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2022-10-24 15:25:40 -0400
committerAndrew Lee <alee14498@protonmail.com>2022-10-24 15:25:40 -0400
commita1c696aaf8224794adc1ec98d0cf4a0819325ba8 (patch)
tree376fed9aefaa66e1163e5268832819ab9e1a3299 /package.json
parent8a2ed430794d82f27f0e4768ff97ad1e36ca799e (diff)
downloadpersonal-website-a1c696aaf8224794adc1ec98d0cf4a0819325ba8.tar.gz
personal-website-a1c696aaf8224794adc1ec98d0cf4a0819325ba8.tar.bz2
personal-website-a1c696aaf8224794adc1ec98d0cf4a0819325ba8.zip
Hopefully fixed lighthouse
Diffstat (limited to 'package.json')
-rw-r--r--package.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json
index bcef749..ac3e9ab 100644
--- a/package.json
+++ b/package.json
@@ -8,6 +8,7 @@
"scripts": {
"dev": "next dev",
"build": "next build",
+ "export": "next build && next export",
"start": "next build && next start",
"lint": "next lint"
},