Added export

This commit is contained in:
Andrew Lee 2021-02-10 17:32:57 -05:00
parent 179ca36351
commit 01ac820f7c
Signed by: andrew
GPG key ID: 4DCE67C47836D125
2 changed files with 2 additions and 2793 deletions

2792
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -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",