File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 2121 "build:ts:watch" : " wireit" ,
2222 "build:types" : " wireit" ,
2323 "build:watch" : " wireit" ,
24- "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" ,
25- "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" ,
24+ "changeset-snapshot-publish" : " yarn prepublishOnly && yarn changeset version --snapshot snapshot && yarn constraints --fix && yarn install --refresh-lockfile && yarn version:update && yarn changeset publish --no-git-tag --tag snapshot" ,
25+ "changeset-publish" : " yarn prepublishOnly && yarn changeset version && yarn constraints --fix && yarn install --refresh-lockfile && yarn version:update && yarn changeset publish --no-git-tag && yarn push-to-remote && yarn create-git-tag && yarn postpublish" ,
2626 "changelog:global" : " node ./scripts/update-global-changelog.js" ,
27- "update-version" : " node ./tasks/update-version.js" ,
2827 "chromatic" : " chromatic --build-script-name storybook:build # note that --project-token must be set in your env variables" ,
2928 "custom-element-json" : " node ./scripts/custom-element-json.js" ,
3029 "docs:analyze" : " cem analyze --globs \" packages/**/*.ts\" --exclude \" **/*.d.ts\" --exclude \" **/stories/**\" --exclude \" **/icons/**\" --exclude \" **/elements/**\" --outdir projects/documentation --litelement" ,
You can’t perform that action at this time.
0 commit comments