Release v2.1 (#109)
Some checks failed
Build Check / build (push) Has been cancelled

Co-authored-by: shallegro <shay@allego.ai>
This commit is contained in:
shyallegro
2025-05-28 11:27:46 +03:00
committed by GitHub
parent 9a4dc4f7c7
commit 233129fbd0
812 changed files with 17538 additions and 18340 deletions

View File

@@ -30,3 +30,9 @@ jobs:
- name: Check for production build
run: test -f build/browser/index.html
- name: Run widget build
run: npm run build-widgets
- name: Check for widget build
run: test -f dist/report-widgets/browser/index.html