kopia lustrzana https://github.com/transitive-bullshit/chatgpt-api
fix: remove quotes around Glob pattern for Windows support
rodzic
97b53a79d1
commit
48de94feb4
|
@ -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": {
|
||||
|
|
Ładowanie…
Reference in New Issue