Skip to content

Commit

Permalink
Fix graphile-worker example in README (#231)
Browse files Browse the repository at this point in the history
  • Loading branch information
benjie authored Dec 7, 2024
2 parents 1d19d3c + 2df6fdc commit 8cc8c11
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,10 @@ environmental variables being set:
},
"afterReset": [
"afterReset.sql",
{ "_": "command", "command": "npx --no-install graphile-worker --once" }
{
"_": "command",
"command": "DATABASE_URL=\"$GM_DBURL\" npx --no-install graphile-worker --schema-only"
}
],
"afterAllMigrations": [
{
Expand Down

0 comments on commit 8cc8c11

Please sign in to comment.