Skip to content

Commit 6f0e34c

Browse files
authored
Fix changeset-publish (#7)
1 parent 6880f72 commit 6f0e34c

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.changeset/clean-stars-kiss.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
---
2+
---

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"prepack": "npm run build",
2424
"prettier-check": "prettier --check .",
2525
"prettier-fix": "prettier --write .",
26-
"changeset-publish": "npm run compile && changeset publish",
26+
"changeset-publish": "npm run build && changeset publish",
2727
"changeset-check": "changeset status --verbose --since=origin/main",
2828
"changeset-version": "changeset version && npm i",
2929
"spell-check": "cspell lint '**' --no-progress || (echo 'Add any real words to cspell-dict.txt.'; exit 1)",

0 commit comments

Comments
 (0)