[site/build][xs]: add export command.
This commit is contained in:
parent
cfd151fe5c
commit
3481f8e0ef
|
|
@ -3,6 +3,7 @@
|
|||
"scripts": {
|
||||
"dev": "next dev",
|
||||
"build": "next build",
|
||||
"export": "next export",
|
||||
"start": "next start"
|
||||
},
|
||||
"dependencies": {
|
||||
|
|
|
|||
Loading…
Reference in New Issue