Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
cermakjiri committed Nov 15, 2024
1 parent 329d8f2 commit 6fa146a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"test": "jest",
"test:watch": "jest --watchAll",
"release:prepare": "yarn changeset",
"release:apply": "yarn changeset version",
"release:publish": "yarn changeset publish && yarn changeset tag"
"release:apply": "yarn changeset version && yarn changeset tag",
"release:publish": "yarn changeset publish"
},
"devDependencies": {
"@changesets/cli": "2.27.9",
Expand Down

0 comments on commit 6fa146a

Please sign in to comment.