Skip to content

Commit

Permalink
make sure we're actually linting something
Browse files Browse the repository at this point in the history
  • Loading branch information
mhan83 committed Feb 21, 2024
1 parent 5130362 commit 5b6049a
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 @@
],
"scripts": {
"build": "rimraf ./lib && tsc",
"lint": "prettier ./src --check && eslint",
"lint": "prettier ./src --check && eslint ./src",
"fmt": "prettier ./src --write",
"link": "npm link && npm link testcafe-browser-provider-saucelabs-official"
},
Expand Down

0 comments on commit 5b6049a

Please sign in to comment.