Skip to content

Commit 2ad3838

Browse files
committed
Have the CI build enforce the use of terser.
1 parent 65299a7 commit 2ad3838

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,8 @@ jobs:
1717
run: npm ci --timing
1818
- name: Lint javascript
1919
run: npm run lint
20+
- name: Validate minification uses script
21+
run: |
22+
npm run minify
23+
git diff --exit-code Universal-Federated-Analytics-Min.js
24+

0 commit comments

Comments
 (0)