ci: add build step to E2E job

This commit is contained in:
mkorwel
2026-04-24 18:41:19 +00:00
parent 1bbd5bf844
commit 30cf5e706a
+3
View File
@@ -318,6 +318,9 @@ jobs:
- name: 'Install dependencies'
run: 'npm ci'
- name: 'Build project'
run: 'npm run build'
- name: 'Build Bundle'
run: 'npm run bundle'