We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63b3f1b commit f0ebb2dCopy full SHA for f0ebb2d
package.json
@@ -42,7 +42,7 @@
42
"prepublishOnly": "npm run ci",
43
"version": "changeset version",
44
"release": "changeset publish",
45
- "local-publish": "changeset publish && git push --follow-tags"
+ "local-publish": "npm run build && changeset publish && git push --follow-tags"
46
},
47
"license": "MIT",
48
"dependencies": {
0 commit comments