File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1616 - name : Test
1717 run : yarn test
1818 shell : bash
19- - name : Build Sample App
20- run : yarn e2e-build
21- shell : bash
Original file line number Diff line number Diff line change 99 steps :
1010 - name : Checkout
1111 uses : actions/checkout@v3
12- - name : Build
12+ - name : Lint & Test
1313 uses : ./.github/actions/build
14+ - name : Build
15+ run : yarn run build
16+ shell : bash
Original file line number Diff line number Diff line change 1414 steps :
1515 - name : Checkout
1616 uses : actions/checkout@v3
17- - name : Build
17+ - name : Lint & Test
1818 uses : ./.github/actions/build
1919 - name : Release
2020 run : npx semantic-release
Original file line number Diff line number Diff line change 8585 [
8686 " @semantic-release/exec" ,
8787 {
88- "prepareCmd" : " ./bump_version.sh ${nextRelease.version}"
88+ "prepareCmd" : " ./bump_version.sh ${nextRelease.version} && yarn run build "
8989 }
9090 ],
9191 " @semantic-release/npm" ,
You can’t perform that action at this time.
0 commit comments