File tree Expand file tree Collapse file tree 5 files changed +5
-12
lines changed
Expand file tree Collapse file tree 5 files changed +5
-12
lines changed Original file line number Diff line number Diff line change 2626 - name : Install && Build - SDK and Sample App
2727 uses : ./.github/actions/install-and-build-sdk
2828 - name : Lint
29- run : yarn lerna-workspaces run lint && cd docusaurus && npx prettier --check '**/*.mdx'
29+ run : yarn lerna-workspaces run lint
3030 - name : Test
3131 run : yarn test:coverage
32- env :
33- GITHUB_TOKEN : ${{ secrets.DOCUSAURUS_GH_TOKEN }}
Original file line number Diff line number Diff line change 3030 - name : Install && Build - SDK and Sample App
3131 uses : ./.github/actions/install-and-build-sdk
3232 - name : Lint
33- run : yarn lerna-workspaces run lint && (cd docusaurus; npx prettier --check '**/*.mdx')
33+ run : yarn lerna-workspaces run lint
3434 - name : Test
3535 run : yarn test:coverage
36- env :
37- GITHUB_TOKEN : ${{ secrets.DOCUSAURUS_GH_TOKEN }}
3836 - name : Publish Next Release
3937 run : GITHUB_SHORT_SHA="$(git rev-parse --short $GITHUB_SHA)" yarn release-next
40- env :
41- NODE_AUTH_TOKEN : ${{ secrets.NPM_PUBLISH_TOKEN }}
Original file line number Diff line number Diff line change 3131 - name : Install && Build - SDK and Sample App
3232 uses : ./.github/actions/install-and-build-sdk
3333 - name : Lint
34- run : yarn lerna-workspaces run lint && cd docusaurus && npx prettier --check '**/*.mdx'
34+ run : yarn lerna-workspaces run lint
3535 - name : Publish Release
3636 run : yarn release
3737 env :
Original file line number Diff line number Diff line change 3131 "release-next" : " yarn lerna-workspaces run release-next" ,
3232 "extract-changelog" : " rm -rf NEXT_RELEASE_CHANGELOG.md && yarn lerna-workspaces run extract-changelog" ,
3333 "bootstrap" : " yarn lerna-workspaces run bootstrap" ,
34- "lint" : " yarn lerna-workspaces run lint && (cd docusaurus && npx prettier --check '**/*.mdx') " ,
35- "lint-fix" : " yarn lerna-workspaces run lint-fix && (cd docusaurus && npx prettier --write '**/*.mdx') " ,
34+ "lint" : " yarn lerna-workspaces run lint" ,
35+ "lint-fix" : " yarn lerna-workspaces run lint-fix" ,
3636 "build" : " yarn lerna-workspaces run build" ,
3737 "test:coverage" : " yarn lerna-workspaces run test:coverage" ,
3838 "test:unit" : " yarn lerna-workspaces run test:unit" ,
Original file line number Diff line number Diff line change 66* .md
77src /components /docs /
88lib /
9- docusaurus /
You can’t perform that action at this time.
0 commit comments