Skip to content

Commit

Permalink
Merge pull request #10 from Viijay-Kr/7-add-github-releases-with-rele…
Browse files Browse the repository at this point in the history
…ase-notesadd-changesets-2

fix: change set publish
  • Loading branch information
Viijay-Kr authored Aug 22, 2024
2 parents b4b116b + 65bb637 commit 7f4fab4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/small-rules-jam.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"typescript-cleanup-definitions": patch
---

fix: change set publish
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"format": "prettier . --check",
"format:write": "prettier . --write",
"prepublish": "tsc && cp package.json README.md LICENSE out/",
"release":"npm run prepublish && npm publish"
"release":"npm run prepublish && changeset publish"
},
"publishConfig": {
"directory": "out"
Expand Down

0 comments on commit 7f4fab4

Please sign in to comment.