Skip to content

Commit

Permalink
Fix lint package script (#2172)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcustyphoon authored Dec 22, 2024
1 parent e4c11da commit e7880d9
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 @@ -4,7 +4,7 @@
"scripts": {
"dev": "web-ext run --no-reload",
"test": "eslint .",
"lint": "web-ext lint",
"lint": "web-ext lint --ignore-files Extensions/*.icon.js",
"build": "web-ext build",
"sign": "web-ext sign"
},
Expand Down

0 comments on commit e7880d9

Please sign in to comment.