We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbf019c commit fb1a67eCopy full SHA for fb1a67e
.husky/pre-push
@@ -1 +1 @@
1
-docker compose exec -T root yarn lint:fix && yarn build && yarn test
+docker compose exec -T root yarn lint:fix && yarn build && yarn test && yarn test-local
package.json
@@ -26,7 +26,8 @@
26
"test": "run-p test:*",
27
"test:client": "yarn workspace client test",
28
"test:server": "yarn workspace server test",
29
- "test:infra": "yarn workspace infra test",
+ "test-local": "run-p test-local:*",
30
+ "test-local:infra": "yarn workspace infra test",
31
"lint": "eslint \"**/*\"",
32
"lint:fix": "eslint --fix \"**/*\""
33
},
0 commit comments