diff --git a/.gitignore b/.gitignore index 10265fac1d..43fee93171 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ .DS_Store /.hugo_build.lock +/.cache/ /_site/ /node_modules/ /resources/ diff --git a/package.json b/package.json index 903309dc2e..d6db8bb9f5 100644 --- a/package.json +++ b/package.json @@ -55,8 +55,8 @@ "release": "npm-run-all icons docs-build icons-zip", "netlify": "cross-env-shell HUGO_BASEURL=$DEPLOY_PRIME_URL npm-run-all icons docs-build", "test:fusv": "fusv docs/assets/scss/", - "test:eslint": "eslint --cache --cache-location node_modules/.cache/.eslintcache --report-unused-disable-directives .", - "test:stylelint": "stylelint docs/assets/scss/ --cache --cache-location node_modules/.cache/.stylelintcache", + "test:eslint": "eslint --cache --cache-location .cache/.eslintcache --report-unused-disable-directives .", + "test:stylelint": "stylelint docs/assets/scss/ --cache --cache-location .cache/.stylelintcache", "test:lockfile-lint": "lockfile-lint --allowed-hosts npm --allowed-schemes https: --empty-hostname false --type npm --path package-lock.json", "test:vnu": "node build/vnu-jar.js", "test:check-icons": "node build/check-icons.js",