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 555d6a7 commit 67d5edcCopy full SHA for 67d5edc
package.json
@@ -55,7 +55,7 @@
55
"prepublish:react": "yarn build:react && sed -i \"\" \"s/react/# react/g\" .gitignore && git commit -am \"chore: commit React watch\" --no-verify",
56
"prepublishOnly": "rimraf react && yarn build && yarn custom-element-json && yarn verify-build-artifacts && yarn build:confirm",
57
"pretest:bench": "yarn build:tests && test -f test/benchmark/cli.js ||:",
58
- "publish:react": "yarn changeset publish --no-git-tag --tag snapshot --no-push",
+ "publish:react": "yarn changeset publish --no-git-tag --tag latest --no-push",
59
"push-to-remote": "git add . && git commit -m \"chore: release new versions #publish\" && git push",
60
"start": "yarn storybook",
61
"storybook": "wireit",
0 commit comments