mirror of
https://github.com/hex248/sprint.git
synced 2026-02-07 18:23:03 +00:00
use bunx over npx
This commit is contained in:
@@ -29,7 +29,7 @@ async function resetDatabase() {
|
||||
|
||||
// run migrations to recreate tables
|
||||
console.log("running migrations...");
|
||||
execSync("npx drizzle-kit migrate", {
|
||||
execSync("bunx drizzle-kit migrate", {
|
||||
stdio: "inherit",
|
||||
cwd: `${import.meta.dir}/..`,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user