Skip to content

Commit

Permalink
chore(deps-dev): fix eslint command for linting
Browse files Browse the repository at this point in the history
  • Loading branch information
nimdanitro committed Oct 8, 2024
1 parent 461e92d commit 46133d1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@ jobs:
run: yarn install --immutable
working-directory: ui

- name: Lint ui files
run: yarn lint
working-directory: ui

- name: Run ui tests
run: yarn test
working-directory: ui
Expand Down
2 changes: 1 addition & 1 deletion ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"build": "tsc && vite build",
"test": "vitest",
"preview": "vite preview",
"lint": "eslint --ext .js,.jsx,.ts,.tsx src",
"lint": "eslint src",
"generate-pwa-assets": "pwa-assets-generator"
},
"browserslist": {
Expand Down

0 comments on commit 46133d1

Please sign in to comment.