Skip to content

Commit 67d5edc

Browse files
chore: react publishing to latest
Co-authored-by: Casey Eickhoff <48574582+caseyisonit@users.noreply.github.com>
1 parent 555d6a7 commit 67d5edc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"prepublish:react": "yarn build:react && sed -i \"\" \"s/react/# react/g\" .gitignore && git commit -am \"chore: commit React watch\" --no-verify",
5656
"prepublishOnly": "rimraf react && yarn build && yarn custom-element-json && yarn verify-build-artifacts && yarn build:confirm",
5757
"pretest:bench": "yarn build:tests && test -f test/benchmark/cli.js ||:",
58-
"publish:react": "yarn changeset publish --no-git-tag --tag snapshot --no-push",
58+
"publish:react": "yarn changeset publish --no-git-tag --tag latest --no-push",
5959
"push-to-remote": "git add . && git commit -m \"chore: release new versions #publish\" && git push",
6060
"start": "yarn storybook",
6161
"storybook": "wireit",

0 commit comments

Comments
 (0)