Skip to content

Commit

Permalink
Update npm script
Browse files Browse the repository at this point in the history
  • Loading branch information
infhyroyage committed May 29, 2024
1 parent ade7c3f commit 8f28916
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ jobs:
- name: Lint
uses: reviewdog/action-eslint@v1
with:
eslint_flags: "**/*.{ts,tsx}"
fail_on_error: true
filter_mode: file
level: warning
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"scripts": {
"build": "vite build",
"dev": "vite",
"lint": "eslint '**/*.{ts,tsx}'"
"lint": "eslint"
},
"dependencies": {
"@azure/msal-browser": "^2.38.3",
Expand Down

0 comments on commit 8f28916

Please sign in to comment.