001-reference-board-viewer #1

Merged
jawz merged 43 commits from 001-reference-board-viewer into main 2025-11-02 15:58:57 -06:00
Showing only changes of commit 8d161589a2 - Show all commits

View File

@@ -57,7 +57,7 @@ jobs:
run: nix develop --command bash -c "cd backend && ruff format --check app/" run: nix develop --command bash -c "cd backend && ruff format --check app/"
- name: Frontend - Install deps - name: Frontend - Install deps
run: nix develop --command bash -c "cd frontend && npm install" run: nix develop --command bash -c "cd frontend && npm install --ignore-scripts"
- name: Frontend - ESLint - name: Frontend - ESLint
run: nix develop --command bash -c "cd frontend && npm run lint" run: nix develop --command bash -c "cd frontend && npm run lint"
@@ -94,7 +94,7 @@ jobs:
" "
- name: Frontend - Install deps - name: Frontend - Install deps
run: nix develop --command bash -c "cd frontend && npm install" run: nix develop --command bash -c "cd frontend && npm install --ignore-scripts"
- name: Frontend unit tests - name: Frontend unit tests
run: nix develop --command bash -c "cd frontend && npm run test:coverage" run: nix develop --command bash -c "cd frontend && npm run test:coverage"