Skip to content

Commit f85a48c

Browse files
Release flow only needs build-prod step
1 parent 838351c commit f85a48c

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/release.yaml

-5
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,6 @@ jobs:
3737
- if: steps.cache-nodemodules.outputs.cache-hit != 'true'
3838
run: npm ci
3939

40-
- run: npm run prettier-check
41-
- run: npm run lint
42-
- run: npm run stylelint
43-
- run: npm run test
44-
- run: npm run build
4540
- run: npm run build-prod
4641

4742
- uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)