Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"lint:deps": "node bin/lint-deps/bin.mjs",
"lint:js": "node bin/lint-js.mjs",
"non-existent-css-vars": "node bin/non-existent-css-vars/bin.mjs",
"release": "yarn build && yarn changeset publish",
"release": "yarn build && yarn changeset publish --tag tag-for-publishing-older-releases",
"release:snapshot": "yarn build && yarn changeset publish --tag snapshot --no-git-tag",
"serve-storybook": "http-server build -p 9009",
"start": "storybook dev -p 9009",
Expand Down