Skip to content

Commit

Permalink
add release script
Browse files Browse the repository at this point in the history
  • Loading branch information
kanary authored and kanary committed Apr 22, 2024
1 parent 1eb7268 commit de61e56
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 @@ -9,7 +9,8 @@
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prettier": "prettier './**/*.{md,json,yml}' --check",
"version-packages": "changeset version && yarn --mode=\"update-lockfile\""
"version-packages": "changeset version && yarn --mode=\"update-lockfile\"",
"release": "changeset publish"
},
"packageManager": "[email protected]",
"devDependencies": {
Expand Down

0 comments on commit de61e56

Please sign in to comment.