Skip to content

Commit

Permalink
build: 📦 add release-it
Browse files Browse the repository at this point in the history
  • Loading branch information
dennemark committed Jul 26, 2024
1 parent 465703b commit 8bd4c2f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"scripts": {
"build": "tsup src/index.ts --format=cjs,esm --dts",
"watch": "tsup src/index.ts --format=cjs,esm --dts --watch",
"test": "jest --watch"
"test": "jest --watch",
"release": "release-it"
},
"keywords": [
"prisma",
Expand All @@ -33,6 +34,7 @@
"esbuild": "^0.23.0",
"jest": "^29.7.0",
"prisma": "latest",
"release-it": "^17.6.0",
"ts-jest": "^29.2.2",
"ts-node": "^10.9.2",
"tsup": "^8.1.0",
Expand Down

0 comments on commit 8bd4c2f

Please sign in to comment.