Skip to content

Commit

Permalink
fix release script
Browse files Browse the repository at this point in the history
  • Loading branch information
nohaapav committed Feb 18, 2024
1 parent 7d780fd commit a700168
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"changeset": "changeset",
"changeset:version": "node ./.changeset/version.mjs",
"changeset:publish": "npm run build && changeset publish",
"changeset:release": "node ./scripts/release-tags.sh"
"changeset:release": "./scripts/release-tags.sh"
},
"devDependencies": {
"@changesets/changelog-github": "^0.4.8",
Expand Down

0 comments on commit a700168

Please sign in to comment.