File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 22
22
"build:ts:watch" : " wireit" ,
23
23
"build:types" : " wireit" ,
24
24
"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" ,
26
26
"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" ,
27
27
"update-version" : " node ./tasks/update-version.js" ,
28
28
"chromatic" : " chromatic --build-script-name storybook:build # note that --project-token must be set in your env variables" ,
You can’t perform that action at this time.
0 commit comments