Remove cache option
parent
4584cff1da
commit
9130d84f12
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue