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 {
|
try {
|
||||||
console.log(`Running migrations`);
|
console.log(`Running migrations`);
|
||||||
|
execSync(`mkdir config`);
|
||||||
execSync('npm run prisma:migrate');
|
execSync('npm run prisma:migrate');
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
console.log(error);
|
console.log(error);
|
||||||
|
|||||||
Reference in New Issue
Block a user