We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59e6cee commit dc3d5beCopy full SHA for dc3d5be
package.json
@@ -45,8 +45,7 @@
45
"prettier:check": "prettier --check .",
46
"prettier:format": "prettier --write .",
47
"typecheck": "tsc",
48
- "prepublishOnly": "npm install && npm run build && npm run build:types",
49
- "postpublish": "git push --follow-tags origin HEAD"
+ "prepublishOnly": "npm install && npm run build && npm run build:types"
50
},
51
"dependencies": {
52
"clsx": "^2.0.0"
0 commit comments