Skip to content

Commit

Permalink
fix the typo in the lint script
Browse files Browse the repository at this point in the history
  • Loading branch information
alishaevn committed Feb 15, 2024
1 parent 35465dd commit a791cb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"cypress:e2e": "start-server-and-test dev http://localhost:3000 \"cypress open --e2e --browser electron\"",
"cypress:headless:e2e": "start-server-and-test dev http://localhost:3000 \"cypress run --e2e --browser electron\"",
"dev": "next dev",
"lint": "next lint --dir pages --dir --dir cypress/e2e utils",
"lint": "next lint --dir pages --dir utils --dir cypress/e2e",
"lint:fix": "next lint --dir pages --dir utils --dir cypress/e2e --fix",
"jest": "jest",
"jest-watch": "jest --watch",
Expand Down

0 comments on commit a791cb7

Please sign in to comment.