mirror of
https://github.com/aljazceru/nsecbunkerd.git
synced 2025-12-17 06:04:22 +01:00
mkdir config
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user