aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2021-02-10 17:32:57 -0500
committerAndrew Lee <alee14498@protonmail.com>2021-02-10 17:32:57 -0500
commit01ac820f7c11f555a4e765021e82b11b763e6067 (patch)
tree4c777f43aa16bf51a3a289d4b2c7b2e1b1ee284f /package.json
parent179ca36351b9851441be8816fb4477b95bbf31bb (diff)
downloadlawrence-hill-01ac820f7c11f555a4e765021e82b11b763e6067.tar.gz
lawrence-hill-01ac820f7c11f555a4e765021e82b11b763e6067.tar.bz2
lawrence-hill-01ac820f7c11f555a4e765021e82b11b763e6067.zip
Added export
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json
index a47f37e..caf5f98 100644
--- a/package.json
+++ b/package.json
@@ -8,7 +8,8 @@
"scripts": {
"dev": "next dev",
"build": "next build",
- "start": "next start"
+ "start": "next start",
+ "export": "next build && next export"
},
"dependencies": {
"@material-ui/core": "^4.11.3",