[site][xs]: add mddb command to build command
This commit is contained in:
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user