Skip to content

Commit

Permalink
add script release
Browse files Browse the repository at this point in the history
  • Loading branch information
adrienZ committed Sep 14, 2024
1 parent b78fd02 commit 3dfc434
Show file tree
Hide file tree
Showing 2 changed files with 477 additions and 5 deletions.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
"test:bun": "bun test ./tests/bun-sqlite.test.bun",
"test:ci": "pnpm test -- --coverage --reporter=default --reporter=junit --outputFile=./junit.xml && pnpm test:bun",
"lint": "biome lint",
"format": "biome format --write"
"format": "biome format --write",
"release": "npm run test:types && npm run lint && npm run test && npm run prepack && changelogen --release && npm publish && git push --follow-tags"
},
"keywords": [],
"author": "",
Expand All @@ -37,6 +38,7 @@
"dependencies": {
"@libsql/client": "^0.11.0",
"better-sqlite3": "^11.3.0",
"changelogen": "^0.5.5",
"consola": "^3.2.3",
"drizzle-orm": "^0.33.0",
"zod": "^3.23.8"
Expand Down
Loading

0 comments on commit 3dfc434

Please sign in to comment.