Skip to content

Commit

Permalink
match seed command with package.json (#130)
Browse files Browse the repository at this point in the history
  • Loading branch information
rubys authored Jan 20, 2025
1 parent edf8105 commit 3d2c08f
Show file tree
Hide file tree
Showing 5 changed files with 358 additions and 279 deletions.
Binary file modified bun.lockb
Binary file not shown.
2 changes: 1 addition & 1 deletion fly.js
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ GDF.extend(class extends GDF {
this.flyToml += `\n[deploy]\n release_command = ${JSON.stringify(command)}\n`

if (this.prismaSeed) {
this.flyToml += ' seed_command = "npx prisma db seed"\n'
this.flyToml += ` seed_command = ${JSON.stringify(this.prismaSeed)}\n`
}

fs.writeFileSync(this.flyTomlFile, this.flyToml)
Expand Down
Loading

0 comments on commit 3d2c08f

Please sign in to comment.