diff --git a/.gitignore b/.gitignore index 1fb42140e..5897e546a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ .DS_Store +/.cache/ /.netlify/ /_site/ /node_modules/ diff --git a/package.json b/package.json index e529a53c5..8e788ad49 100644 --- a/package.json +++ b/package.json @@ -24,9 +24,9 @@ "serve": "hugo server --port 4000 --disableFastRender", "serve-only": "npx sirv-cli _site --port 4000", "test": "npm-run-all build --parallel --continue-on-error --aggregate-output test-*", - "test-eslint": "eslint --ignore-path .gitignore --cache --cache-location node_modules/.cache/.eslintcache --report-unused-disable-directives .", + "test-eslint": "eslint --ignore-path .gitignore --cache --cache-location .cache/.eslintcache --report-unused-disable-directives .", "test-fusv": "fusv src/assets/scss/", - "test-stylelint": "stylelint src/assets/scss/ --cache --cache-location node_modules/.cache/.stylelintcache", + "test-stylelint": "stylelint src/assets/scss/ --cache --cache-location .cache/.stylelintcache", "test-markdownlint": "markdownlint-cli2 \"**/*.md\" \"!**/node_modules/**\"", "test-linkinator": "linkinator _site --recurse --silent --skip \"^(?!http://localhost)\"", "test-vnu": "node build/vnu-jar.js",