From 9130d84f122217a6b713394bbc2a8bcfc0fc6290 Mon Sep 17 00:00:00 2001 From: Amrit Timalsina Date: Thu, 17 Nov 2022 17:18:21 +0545 Subject: [PATCH] Remove cache option --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ec0b649..2f42a64 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "test:jest": "jest --env=jsdom /test/.*.js?$", "test:fix": "npm run test:eslint:fix", "test:eslint": "eslint 'src/**/*.{js,vue}' --cache", - "test:eslint:fix": "npm run test:eslint -- --fix --cache", + "test:eslint:fix": "npm run test:eslint -- --fix", "test:stylelint": "stylelint 'src/**/*.scss' --config node_modules/do-bulma/.stylelintrc.json", "test:i18n-packs": "node --es-module-specifier-resolution=node src/nginxconfig/i18n/verify.js", "prepare": "husky install"