Skip to content

Commit

Permalink
feat: eslint temp bust cache
Browse files Browse the repository at this point in the history
  • Loading branch information
gomesalexandre committed Oct 18, 2023
1 parent 36ac36d commit 6aec0ab
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 @@ -16,7 +16,7 @@
},
"scripts": {
"clean": "lerna run clean --scope @shapeshiftoss/* && rm -rf coverage test-report node_modules && yarn cache clean",
"lint": "eslint --cache --max-warnings=0 .",
"lint": "eslint --max-warnings=0 .",
"lint:fix": "yarn lint --fix",
"lint:ts": "tsc --noEmit",
"format": "prettier .",
Expand Down

0 comments on commit 6aec0ab

Please sign in to comment.