Skip to content

Commit

Permalink
fix: Run generate during release.
Browse files Browse the repository at this point in the history
  • Loading branch information
milesj committed Dec 8, 2024
1 parent 7361f34 commit d0e4bcc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/chatty-bats-pay.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'emojibase-data': patch
---

Fixed a broken publish.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"generate:types": "node ./bin/generateTypes.mjs",
"test": "jest --colors --logHeapUsage",
"format": "prettier --write .",
"release": "yarn run pack && changeset publish",
"release": "yarn run pack && yarn run generate && changeset publish",
"type": "tsc --build"
},
"engines": {
Expand Down

0 comments on commit d0e4bcc

Please sign in to comment.