Skip to content

Commit

Permalink
feat: add 'release' script
Browse files Browse the repository at this point in the history
  • Loading branch information
maneike committed Oct 29, 2024
1 parent 16e4d39 commit 6150981
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 @@
"build": "turbo build",
"dev": "turbo dev",
"lint": "turbo lint",
"format": "prettier --write \"**/*.{ts,tsx,md}\""
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
"release": "changeset publish"
},
"devDependencies": {
"@changesets/cli": "^2.27.9",
Expand Down

0 comments on commit 6150981

Please sign in to comment.