Skip to content

Commit 95e4997

Browse files
RajdeepcRajdeep ChandraRajdeep Chandra
authored
chore: revert changeset publish commands (#5523)
* chore: revert changeset publish commands * fix: deleted update-version file --------- Co-authored-by: Rajdeep Chandra <[email protected]> Co-authored-by: Rajdeep Chandra <[email protected]>
1 parent 5cde467 commit 95e4997

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,9 @@
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",

0 commit comments

Comments
 (0)