Skip to content

Commit

Permalink
Fix ESLint cache location
Browse files Browse the repository at this point in the history
  • Loading branch information
thibaudcolas committed Jul 8, 2022
1 parent 43d0468 commit 3e6d312
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -127,7 +127,7 @@
"build:storybook": "build-storybook -c .storybook -o storybook-static --quiet --modern",
"build": "npm run build:rollup -s && npm run build:storybook -s && npm run build:styles -s",
"dist": "NODE_ENV=production npm run build -s",
"lint": "eslint --cache --cache-location ./node_modules/.cache --ext .js,.ts,.tsx --report-unused-disable-directives . && stylelint --report-needless-disables '**/*.scss' && prettier --check '**/?(.)*.{md,css,scss,js,ts,tsx,json,json5,yaml,yml,html}'",
"lint": "eslint --cache --cache-location ./node_modules/.cache/.eslintcache --ext .js,.ts,.tsx --report-unused-disable-directives . && stylelint --report-needless-disables '**/*.scss' && prettier --cache --check '**/?(.)*.{md,css,scss,js,ts,tsx,json,json5,yaml,yml,html}'",
"format": "prettier --cache --write '**/?(.)*.{md,css,scss,js,ts,tsx,json,json5,yaml,yml,html}'",
"test": "jest",
"test:integration": "jest --config tests/integration/jest.config.js",
Expand Down

0 comments on commit 3e6d312

Please sign in to comment.