Skip to content

Commit

Permalink
chore(lint): Set --cache-location under node_modules so it is cleaned…
Browse files Browse the repository at this point in the history
… by 'npm ci'
  • Loading branch information
evocateur committed Feb 15, 2019
1 parent fd5a3e7 commit 059c41b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -7,7 +7,7 @@
"ci": "npm test -- --ci --maxWorkers=2 && npm run integration -- --ci",
"fix": "npm run lint -- --fix",
"integration": "jest --config jest.integration.js --maxWorkers=2",
"lint": "eslint . --ignore-path .gitignore --cache",
"lint": "eslint . --ignore-path .gitignore --cache --cache-location ./node_modules/.cache/eslint",
"pretest": "npm run lint",
"test": "jest"
},
Expand Down

0 comments on commit 059c41b

Please sign in to comment.