Skip to content

Commit

Permalink
[staff] Fix lint (#2083)
Browse files Browse the repository at this point in the history
  • Loading branch information
mnvr authored Jun 10, 2024
2 parents c10bce3 + ec67437 commit eb1f0a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions infra/staff/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"scripts": {
"build": "tsc && vite build",
"dev": "vite",
"lint": "yarn prettier --check --log-level warn . && yarn eslint && yarn tsc",
"lint-fix": "yarn prettier --write --log-level warn . && yarn eslint --fix && yarn tsc",
"lint": "yarn prettier --check --log-level warn . && yarn eslint . && yarn tsc",
"lint-fix": "yarn prettier --write --log-level warn . && yarn eslint --fix . && yarn tsc",
"preview": "vite preview"
},
"dependencies": {
Expand Down

0 comments on commit eb1f0a3

Please sign in to comment.