Skip to content

Commit e5ef447

Browse files
rubencarvalhocastastrophe
authored andcommitted
chore: fix snapshot publish command
1 parent 94ae71e commit e5ef447

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"build:ts:watch": "wireit",
2323
"build:types": "wireit",
2424
"build:watch": "wireit",
25-
"changeset-snapshot-publish": "yarn prepublishOnly && yarn changeset version --snapshot && yarn lint:versions --fix && yarn update-version && yarn changeset publish --no-git-tag --tag snapshot",
25+
"changeset-snapshot-publish": "yarn prepublishOnly && yarn changeset version --snapshot snapshot && yarn lint:versions --fix && yarn update-version && yarn changeset publish --no-git-tag --tag snapshot",
2626
"changeset-publish": "yarn prepublishOnly && yarn changeset version && yarn install && yarn lint:versions --fix && yarn update-version && yarn changeset publish --no-git-tag && yarn push-to-remote && yarn create-git-tag && yarn postpublish",
2727
"update-version": "node ./tasks/update-version.js",
2828
"chromatic": "chromatic --build-script-name storybook:build # note that --project-token must be set in your env variables",

0 commit comments

Comments
 (0)