Skip to content

Commit

Permalink
added changeset publish command
Browse files Browse the repository at this point in the history
  • Loading branch information
shahriar-shojib committed Aug 20, 2022
1 parent 98aa8b0 commit 9b6199b
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 @@ -47,7 +47,8 @@
"formatcheck": "prettier -c .",
"format": "prettier -c -w .",
"ci": "yarn --frozen-lockfile",
"test": "jest"
"test": "jest",
"release": "changesets publish"
},
"dependencies": {
"abort-controller": "^3.0.0",
Expand Down

0 comments on commit 9b6199b

Please sign in to comment.