mirror of
https://github.com/kind-0/nsecbunkerd.git
synced 2025-03-17 13:22:54 +01:00
mkdir config
This commit is contained in:
parent
ed9c130ff6
commit
f7752ec016
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user