[examples/openspending][xs] - add prebuild step

This commit is contained in:
Luccas Mateus de Medeiros Gomes
2023-05-30 09:56:20 -03:00
parent a2ac8138c8
commit f526d3a833

View File

@@ -7,6 +7,7 @@
"build": "next build", "build": "next build",
"start": "next start", "start": "next start",
"lint": "next lint", "lint": "next lint",
"prebuild": "npm run mddb",
"mddb": "mddb ./content", "mddb": "mddb ./content",
"test": "vitest" "test": "vitest"
}, },