File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 79
79
NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
80
80
run : |
81
81
git commit -am "chore: publish beta version ${{ steps.calculate_next_beta_version.outputs.beta_version }}"
82
+ yarn prelerna-publish
82
83
yarn lerna publish from-package --dist-tag beta --no-git-tag-version --no-push --yes
Original file line number Diff line number Diff line change 90
90
"update:spectrum-css" : " node ./scripts/update-spectrum-css.js --latest || yarn update:spectrum-css:cleanup" ,
91
91
"update:spectrum-css:cleanup" : " yarn lint:packagejson && yarn --ignore-scripts && yarn process-spectrum" ,
92
92
"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" ,
93
94
"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"
96
96
},
97
97
"peerDependencies" : {
98
98
"common-tags" : " ^1.8.0"
You can’t perform that action at this time.
0 commit comments