Skip to content

Commit

Permalink
fix: fixed package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
gremp committed Dec 9, 2023
1 parent b75ce39 commit 21f8467
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 @@ -19,7 +19,7 @@
"changeset": "rm -rf pkg && tsc && changeset",
"changeset:version": "changeset version",
"changeset:publish": "cp -f README.md ./pkg && changeset publish",
"release": "rm -rf pkg && tsc && npm run release-it"
"release": "rm -rf pkg && tsc && release-it"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 21f8467

Please sign in to comment.