[site][xs]: add mddb command to build command
This commit is contained in:
parent
ea3cd90fd8
commit
0dfb8c97e8
@ -4,8 +4,9 @@
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "next dev",
|
||||
"build": "next build",
|
||||
"start": "next start"
|
||||
"build": "npm run mddb && next build",
|
||||
"start": "next start",
|
||||
"mddb": "mddb content"
|
||||
},
|
||||
"dependencies": {
|
||||
"@flowershow/core": "^0.4.9",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user