[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, "private": true,
"scripts": { "scripts": {
"dev": "next dev", "dev": "next dev",
"build": "next build", "build": "npm run mddb && next build",
"start": "next start" "start": "next start",
"mddb": "mddb content"
}, },
"dependencies": { "dependencies": {
"@flowershow/core": "^0.4.9", "@flowershow/core": "^0.4.9",