Skip to content

Commit

Permalink
fixed github action
Browse files Browse the repository at this point in the history
  • Loading branch information
ksamirdev committed Jun 16, 2024
1 parent 06b2a37 commit 55c7c98
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"types": "dist/index.d.ts",
"scripts": {
"build": "tsup index.ts --format cjs,esm --dts",
"lint": "tsc"
"lint": "tsc",
"release": "pnpm run build && changeset publish"
},
"keywords": [],
"author": "Samir <samirdiff@proton.me>",
Expand Down

0 comments on commit 55c7c98

Please sign in to comment.