Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrianLThomas committed Apr 7, 2024
1 parent 2218273 commit 75b61b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"dev": "wrangler dev",
"start": "wrangler dev",
"db:query:local": "npx wrangler d1 execute urls --local --command='SELECT * FROM urls'",
"db:query:remote": "npx wrangler d1 execute urls --local --command='SELECT * FROM urls'",
"db:init:local": "npx wrangler d1 execute urls --remote --file=./drizzle/0000_handy_bishop.sql",
"db:query:remote": "npx wrangler d1 execute urls --remote --command='SELECT * FROM urls'",
"db:init:local": "npx wrangler d1 execute urls --local --file=./drizzle/0000_handy_bishop.sql",
"db:init:remote": "npx wrangler d1 execute urls --remote --file=./drizzle/0000_handy_bishop.sql",
"db:generate": "drizzle-kit generate:sqlite --schema=src/db/schema.ts",
"test": "npx jest --runInBand",
Expand Down

0 comments on commit 75b61b6

Please sign in to comment.