Add web-ui/example to workspaces, remove CI workaround

This commit is contained in:
Mario Zechner 2025-12-03 14:27:02 +01:00
parent 24fcca5b7b
commit e0c057ecc6
5 changed files with 118 additions and 203 deletions

View file

@ -49,10 +49,6 @@ jobs:
- name: Build workspaces
run: npm run build --workspaces --if-present
- name: Install web-ui example deps
if: matrix.package == '@mariozechner/pi-web-ui'
run: npm install --prefix packages/web-ui/example
- name: Check
run: npm run --if-present check --workspace ${{ matrix.package }}