diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index de06c7ba..d105e209 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 ci && npm run lint"