Skip to content

Commit

Permalink
Merge branch 'beta' into neon-with-auth
Browse files Browse the repository at this point in the history
  • Loading branch information
AndriiSherman authored Nov 21, 2024
2 parents e0c7e1e + fcaa0a5 commit 26047d0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion drizzle-seed/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
"start:pg": "npx tsx ./src/tests/northwind/pgTest.ts",
"start:mysql": "npx tsx ./src/tests/northwind/mysqlTest.ts",
"start:sqlite": "npx tsx ./src/tests/northwind/sqliteTest.ts",
"benchmark": "npx tsx ./src/tests/benchmarks/generatorsBenchmark.ts"
"benchmark": "npx tsx ./src/tests/benchmarks/generatorsBenchmark.ts",
"publish": "npm publish package.tgz"
},
"author": "Drizzle Team",
"license": "Apache-2.0",
Expand Down

0 comments on commit 26047d0

Please sign in to comment.