Skip to content

Commit

Permalink
Added release scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
GermanBluefox committed Jan 21, 2025
1 parent 855e475 commit 1e9d817
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,11 @@
"tsc": "tsc -b --verbose",
"build": "tsc -b && vite build",
"lint": "eslint -c eslint.config.mjs",
"update-packages": "npx -y npm-check-updates --upgrade"
"update-packages": "npx -y npm-check-updates --upgrade",
"release": "release-script",
"release-patch": "release-script patch --yes",
"release-minor": "release-script minor --yes",
"release-major": "release-script major --yes"
},
"files": [
"LICE"
Expand Down

0 comments on commit 1e9d817

Please sign in to comment.