From f6bdce4da021b8dcd5eb17b13e646a9a36957eee Mon Sep 17 00:00:00 2001 From: Yannic Kilcher Date: Fri, 30 Dec 2022 14:10:25 +0100 Subject: [PATCH] going back to npm install for lint --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d105e209..72955162 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -60,4 +60,4 @@ repos: types_or: [javascript, jsx, ts, tsx] language: system pass_filenames: false - entry: bash -c "cd website && npm ci && npm run lint" + entry: bash -c "cd website && npm install && npm run lint"