Also run tests in release script

This commit is contained in:
Vanilagy
2025-09-19 14:07:16 +02:00
parent 88f9b64331
commit 23181a9ff6
+3
View File
@@ -46,6 +46,9 @@ jobs:
- name: Install dependencies
run: npm ci
- name: Run tests
run: npm run test
- name: Run build
run: npm run build