Skip to content

Commit

Permalink
Fix typo shel -> shell (#1120)
Browse files Browse the repository at this point in the history
  • Loading branch information
flixoflax committed Sep 22, 2024
1 parent 377fb1b commit 02bb5f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/src/content/docs/docs/examples.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -1232,7 +1232,7 @@ with the [`sst shell`](/docs/reference/cli) CLI.
"db:generate": "sst shell drizzle-kit generate",
"db:migrate": "sst shell drizzle-kit migrate",
"db:push": "sst shell drizzle-kit push",
"db:studio": "sst shel drizzle-kit studio",
"db:studio": "sst shell drizzle-kit studio",
```

So running `npm run db:push` will run Drizzle Kit with the right credentials.
Expand Down

0 comments on commit 02bb5f1

Please sign in to comment.