Skip to content

Commit a791cb7

Browse files
committed
fix the typo in the lint script
1 parent 35465dd commit a791cb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"cypress:e2e": "start-server-and-test dev http://localhost:3000 \"cypress open --e2e --browser electron\"",
1111
"cypress:headless:e2e": "start-server-and-test dev http://localhost:3000 \"cypress run --e2e --browser electron\"",
1212
"dev": "next dev",
13-
"lint": "next lint --dir pages --dir --dir cypress/e2e utils",
13+
"lint": "next lint --dir pages --dir utils --dir cypress/e2e",
1414
"lint:fix": "next lint --dir pages --dir utils --dir cypress/e2e --fix",
1515
"jest": "jest",
1616
"jest-watch": "jest --watch",

0 commit comments

Comments
 (0)