Skip to content

Commit ff73182

Browse files
chore: add prelerna-publish to beta releases (#5094)
1 parent a64ebc4 commit ff73182

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/beta-release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,4 +79,5 @@ jobs:
7979
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
8080
run: |
8181
git commit -am "chore: publish beta version ${{ steps.calculate_next_beta_version.outputs.beta_version }}"
82+
yarn prelerna-publish
8283
yarn lerna publish from-package --dist-tag beta --no-git-tag-version --no-push --yes

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,9 @@
9090
"update:spectrum-css": "node ./scripts/update-spectrum-css.js --latest || yarn update:spectrum-css:cleanup",
9191
"update:spectrum-css:cleanup": "yarn lint:packagejson && yarn --ignore-scripts && yarn process-spectrum",
9292
"update:spectrum-css:nonbreaking": "node ./scripts/update-spectrum-css.js || yarn update:spectrum-css:cleanup",
93+
"verify-build-artifacts": "node ./scripts/verify-build-artifacts.js",
9394
"vrt:preview": "yarn wds --config test/visual/wds-vrt.config.js",
94-
"vrt:quick-link": "yarn netlify deploy --alias=vrt --dir=projects/vrt-quick-link",
95-
"verify-build-artifacts": "node ./scripts/verify-build-artifacts.js"
95+
"vrt:quick-link": "yarn netlify deploy --alias=vrt --dir=projects/vrt-quick-link"
9696
},
9797
"peerDependencies": {
9898
"common-tags": "^1.8.0"

0 commit comments

Comments
 (0)