File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 2222 "build:ts:watch" : " wireit" ,
2323 "build:types" : " wireit" ,
2424 "build:watch" : " wireit" ,
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- "changeset-publish" : " yarn prepublishOnly && yarn changeset version && yarn changelog:global && 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" ,
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" ,
26+ "changeset-publish" : " yarn prepublishOnly && yarn changelog:global && 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 "changelog:global" : " node ./scripts/update-global-changelog.js" ,
2828 "update-version" : " node ./tasks/update-version.js" ,
2929 "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