mirror of
https://github.com/Alee14/lawrence-hill.git
synced 2025-01-22 05:31:48 -05:00
Added export
This commit is contained in:
parent
179ca36351
commit
01ac820f7c
2 changed files with 2 additions and 2793 deletions
2792
package-lock.json
generated
2792
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue