mirror of
https://github.com/Alee14/war-of-1812.git
synced 2025-01-22 05:31:48 -05:00
fixed script
This commit is contained in:
parent
635bea9d1d
commit
3d44eaacf6
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
"scripts": {
|
||||
"dev": "next dev",
|
||||
"build": "next build",
|
||||
"export": "next export",
|
||||
"export": "next build && next export",
|
||||
"start": "next start"
|
||||
},
|
||||
"dependencies": {
|
||||
|
|
Loading…
Reference in a new issue