Skip to content

Commit

Permalink
feat(dashboard-frontend): only use Lit (#822)
Browse files Browse the repository at this point in the history
  • Loading branch information
xandervedder authored Aug 31, 2024
1 parent 4074a31 commit 54f1cae
Show file tree
Hide file tree
Showing 198 changed files with 19,093 additions and 25,885 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,7 @@ jobs:
cache: 'npm'
- name: Install dependencies
run: npm ci
- name: Install Browsers
run: npx playwright install --with-deps
- name: Lint & Build & Test
run: npm run all
Loading

0 comments on commit 54f1cae

Please sign in to comment.