fix: remove quotes around Glob pattern for Windows support

Philipp Burckhardt 2023-06-01 10:43:19 -04:00
rodzic 97b53a79d1
commit 48de94feb4
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: A2C3BCA4F31D1DDD
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -34,7 +34,7 @@
"pre-commit": "lint-staged",
"test": "run-p test:*",
"test:unit": "ava",
"test:prettier": "prettier '**/*.{js,jsx,ts,tsx}' --check",
"test:prettier": "prettier **/*.{js,jsx,ts,tsx} --check",
"test:eslint": "eslint --ext .{js,jsx,ts,tsx} examples src test"
},
"dependencies": {