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