Skip to content

Commit

Permalink
Use next to lint and check
Browse files Browse the repository at this point in the history
  • Loading branch information
kilemensi committed Jun 22, 2024
1 parent 62c5f80 commit c396b96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/roboshield/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"clean": "rm -rf .next .turbo node_modules",
"dev": "next dev",
"jest": "jest --passWithNoTests",
"lint": "TIMING=1 eslint --fix './'",
"lint-check": "TIMING=1 eslint './'",
"lint-check": "TIMING=1 next lint './'",
"lint": "TIMING=1 next lint --fix './'",
"start": "next start"
},
"dependencies": {
Expand Down

0 comments on commit c396b96

Please sign in to comment.