Skip to content

Commit 54b37d5

Browse files
committed
ci: running an optimized production build on ci
1 parent 62484a8 commit 54b37d5

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,11 @@ jobs:
2525
- name: run tests
2626
run: |
2727
yarn test --watchAll=false
28+
- name: build
29+
run: |
30+
yarn build
2831
29-
- name: Semantic Release
32+
- name: semantic Release
3033
uses: cycjimmy/semantic-release-action@v2
3134
id: semantic
3235
with:

0 commit comments

Comments
 (0)