Skip to content

Commit

Permalink
add release command
Browse files Browse the repository at this point in the history
  • Loading branch information
Zehir committed Jun 24, 2024
1 parent 489d3ec commit b051ae7
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 @@ -46,7 +46,8 @@
"scripts": {
"build": "grunt build",
"dev": "grunt watch",
"test": "mocha"
"test": "mocha",
"release": "pnpm run test && pnpm run build && changeset publish"
},
"packageManager": "[email protected]",
"dependencies": {
Expand Down

0 comments on commit b051ae7

Please sign in to comment.