mirror of
https://git.waldn.net/git/knotteye/satyr.git
synced 2025-05-07 17:49:24 +00:00
Skip compiling templates when running migrations alone
This commit is contained in:
parent
47e036cde6
commit
3e073e7f66
@ -3,6 +3,7 @@ import {init as clean} from "./cleanup";
|
||||
import { config } from "./config";
|
||||
|
||||
async function run() {
|
||||
process.argv = process.argv.concat(['--skip-compile']);
|
||||
await initDB();
|
||||
await clean();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user