We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6880f72 commit 6f0e34cCopy full SHA for 6f0e34c
.changeset/clean-stars-kiss.md
@@ -0,0 +1,2 @@
1
+---
2
package.json
@@ -23,7 +23,7 @@
23
"prepack": "npm run build",
24
"prettier-check": "prettier --check .",
25
"prettier-fix": "prettier --write .",
26
- "changeset-publish": "npm run compile && changeset publish",
+ "changeset-publish": "npm run build && changeset publish",
27
"changeset-check": "changeset status --verbose --since=origin/main",
28
"changeset-version": "changeset version && npm i",
29
"spell-check": "cspell lint '**' --no-progress || (echo 'Add any real words to cspell-dict.txt.'; exit 1)",
0 commit comments