Radish alpha
r
Radicle web interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
Cache eslint and prettier
Rūdolfs Ošiņš committed 2 years ago
commit ee61864642ec7f32fd88b785a2760585c948c4ce
parent dd3b514dfc7a420dd77e049ba60ea74350561ce4
1 file changed +2 -2
modified scripts/check
@@ -3,5 +3,5 @@ set -e

npx tsc --noEmit
npx svelte-check --tsconfig tsconfig.json
-
npx eslint .
-
npx prettier "**/*.@(ts|js|svelte|json|css|html|yml)" --ignore-path .gitignore --check
+
npx eslint --cache --cache-location node_modules/.cache/eslint .
+
npx prettier "**/*.@(ts|js|svelte|json|css|html|yml)" --ignore-path .gitignore --check --cache