mkdir config

This commit is contained in:
Pablo Fernandez 2024-01-31 13:25:58 +00:00
parent ed9c130ff6
commit f7752ec016

View File

@ -2,6 +2,7 @@ const { execSync, spawn } = require('child_process');
try {
console.log(`Running migrations`);
execSync(`mkdir config`);
execSync('npm run prisma:migrate');
} catch (error) {
console.log(error);