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

old-agentic-v1^2
Travis Fischer 2023-06-16 01:00:23 -07:00
rodzic 58b905ad0d
commit 28bbe5b247
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\""