Skip to content

Commit

Permalink
enable eslint cache (#1672)
Browse files Browse the repository at this point in the history
  • Loading branch information
mad-gooze committed Sep 11, 2021
1 parent 4ca7dcf commit 4172b5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -20,7 +20,7 @@
"install": "lerna bootstrap --ci",
"ibt": "npm install && npm run build && npm test",
"bootstrap": "lerna bootstrap --no-ci",
"lint": "eslint . --fix && prettier -w \"**/*.{md,yaml,yml,json}\"",
"lint": "eslint . --fix --cache && prettier -w \"**/*.{md,yaml,yml,json}\"",
"lint-ci": "eslint . && prettier -c \"**/*.{md,yaml,yml,json}\"",
"lint-docs": "prettier -w \"docs/**/*.{md,markdown,yaml,yml,json,html,htm}\"",
"lint-docs-ci": "prettier -c \"docs/**/*.{md,markdown,yaml,yml,json,html,htm}\"",
Expand Down

0 comments on commit 4172b5b

Please sign in to comment.