Skip to content

Commit 067b8e6

Browse files
committed
minimize client after building
1 parent 8ebc835 commit 067b8e6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ jobs:
3838
- name: Build Client
3939
run: |
4040
npm run build
41+
npm run uglify
4142
- name: Test with pytest
4243
run: |
4344
python -m pytest testapp

0 commit comments

Comments
 (0)