Skip to content

Commit

Permalink
Merge pull request #48 from layer5io/add-release-to-package-json
Browse files Browse the repository at this point in the history
Update package.json
  • Loading branch information
leecalcote authored Aug 25, 2023
2 parents 0db87c9 + f58bf4b commit 8047ac5
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 @@ -17,6 +17,7 @@
"scripts": {
"format": "prettier --write \"**/*.{ts,tsx,md}\" --config ./.prettierrc",
"changeset": "changeset",
"version-packages": "changeset version"
"version-packages": "changeset version",
"release": "changeset publish"
}
}

0 comments on commit 8047ac5

Please sign in to comment.