File tree Expand file tree Collapse file tree 3 files changed +2
-4
lines changed
Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 4141
4242 - name : Publish Canary release
4343 run : |
44- yarn build
4544 yarn canary
4645 env :
4746 NPM_TOKEN : ${{ secrets.NPM_AUTH_TOKEN }}
Original file line number Diff line number Diff line change 3030
3131 - name : Publish release
3232 run : |
33- yarn build
3433 yarn lerna publish from-package --yes --no-verify-access
3534 env :
3635 NPM_TOKEN : ${{ secrets.NPM_AUTH_TOKEN }}
Original file line number Diff line number Diff line change 1515 "build:website:fast" : " yarn workspace website build:fast" ,
1616 "canary" : " yarn canary:bumpVersion && yarn canary:publish" ,
1717 "canary:version" : " echo 0.0.0-`git rev-list --count HEAD`+`git rev-parse --short HEAD`" ,
18- "canary:bumpVersion" : " yarn lerna version `yarn --silent canary:version` --exact --no-push --yes" ,
19- "canary:publish" : " yarn lerna publish from-package --dist-tag canary --yes --no-verify-access " ,
18+ "canary:bumpVersion" : " yarn lerna version `yarn --silent canary:version` --force-publish -- exact --no-push --yes" ,
19+ "canary:publish" : " yarn lerna publish from-package --dist-tag canary --yes" ,
2020 "clear" : " (yarn workspace website clear || echo 'Failure while running docusaurus clear') && lerna exec --ignore docusaurus -- yarn rimraf lib" ,
2121 "clear:website" : " yarn workspace website clear" ,
2222 "crowdin:download:website" : " crowdin download --config ./crowdin-v2.yaml" ,
You can’t perform that action at this time.
0 commit comments