Skip to content

Commit

Permalink
Add publish script
Browse files Browse the repository at this point in the history
  • Loading branch information
AndriiSherman committed Nov 21, 2024
1 parent 236368e commit 345f365
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions 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 Expand Up @@ -100,4 +101,4 @@
"dependencies": {
"pure-rand": "^6.1.0"
}
}
}

0 comments on commit 345f365

Please sign in to comment.