[package.json][xs]: run mddb before dev

This commit is contained in:
Ola Rubaj 2023-06-22 10:47:38 +02:00
parent fb94cb9ce9
commit 8cdf54397f

View File

@ -3,7 +3,7 @@
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"dev": "npm run mddb && next dev",
"build": "next build",
"prebuild": "npm run mddb && node ./scripts/fix-symlinks.mjs",
"start": "next start",