using double quotes in pre-commit bash for windows

This commit is contained in:
Yannic Kilcher
2022-12-30 14:09:22 +01:00
parent 228d304d8c
commit 7bcf0be8a2
+1 -1
View File
@@ -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"