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 21
21
"build:ts:watch" : " wireit" ,
22
22
"build:types" : " wireit" ,
23
23
"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" ,
26
26
"changelog:global" : " node ./scripts/update-global-changelog.js" ,
27
- "update-version" : " node ./tasks/update-version.js" ,
28
27
"chromatic" : " chromatic --build-script-name storybook:build # note that --project-token must be set in your env variables" ,
29
28
"custom-element-json" : " node ./scripts/custom-element-json.js" ,
30
29
"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