Skip to content
This repository has been archived by the owner on Sep 27, 2024. It is now read-only.

Commit

Permalink
aanpassen dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ALBERICLOOS committed Mar 2, 2024
1 parent 987b9e8 commit 8470860
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ jobs:
with:
node-version: '20'
- name: Install dependencies
run: npm install --prefix frontend
run: |
npm install --prefix frontend
npm install typescript --prefix frontend
- name: Lint code
run: npx eslint frontend
- name: Run TypeScript checks
Expand Down

0 comments on commit 8470860

Please sign in to comment.