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 ec0a93e commit fa60794Copy full SHA for fa60794
package.json
@@ -23,6 +23,7 @@
23
"changeset": "changeset",
24
"changeset:version": "changeset version",
25
"publish:only": "changeset publish --registry=https://registry.npmjs.org",
26
+ "publish:alpha": "changeset publish --tag alpha --registry=https://registry.npmjs.org",
27
"setup:husky": "husky install .husky",
28
"prepare": "is-ci || run-p setup:husky build"
29
},
0 commit comments