Skip to content

Commit

Permalink
npm scripts: move cache dir to root
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Apr 12, 2023
1 parent cd45d51 commit 8d3d766
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
.DS_Store
/.cache/
/.netlify/
/_site/
/node_modules/
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 8d3d766

Please sign in to comment.