fix: change ava/prettier/eslint to run serially to guarantee more consistent CI test logs

Travis Fischer 2023-06-16 01:00:23 -07:00
rodzic c9bea5258b
commit c6b3f3d339
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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\""