[site][xs]: add mddb command to build command

This commit is contained in:
deme 2023-04-12 09:44:46 -03:00
parent ea3cd90fd8
commit 0dfb8c97e8

View File

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