Skip to content

Commit

Permalink
chore: add release and version scripts to package
Browse files Browse the repository at this point in the history
  • Loading branch information
antoniogiroz authored Mar 31, 2023
1 parent 12f18b6 commit 8b26f48
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@
"lint": "eslint . --cache",
"lint:fix": "eslint . --fix",
"prepare": "husky install",
"changeset": "changeset"
"changeset": "changeset",
"version": "changeset version",
"release": "changeset publish"
},
"peerDependencies": {
"eslint": ">=8.0.0",
Expand Down

0 comments on commit 8b26f48

Please sign in to comment.