Skip to content

Commit 39c3832

Browse files
Rajdeep Chandracastastrophe
authored andcommitted
ci: re-arranged order of execution of global addtion of changelog script
1 parent d97031d commit 39c3832

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

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

0 commit comments

Comments
 (0)