kopia lustrzana https://github.com/transitive-bullshit/chatgpt-api
fix: change ava/prettier/eslint to run serially to guarantee more consistent CI test logs
rodzic
c9bea5258b
commit
c6b3f3d339
|
@ -32,7 +32,7 @@
|
|||
"pretest": "run-s build",
|
||||
"prepare": "husky install",
|
||||
"pre-commit": "lint-staged",
|
||||
"test": "run-p test:*",
|
||||
"test": "run-s test:*",
|
||||
"test:unit": "ava",
|
||||
"test:prettier": "prettier \"**/*.{js,jsx,ts,tsx}\" --check",
|
||||
"test:eslint": "eslint \"**/*.ts\""
|
||||
|
|
Ładowanie…
Reference in New Issue