Skip to content

Commit fb1a67e

Browse files
committed
test関連を修正
1 parent cbf019c commit fb1a67e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.husky/pre-push

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
docker compose exec -T root yarn lint:fix && yarn build && yarn test
1+
docker compose exec -T root yarn lint:fix && yarn build && yarn test && yarn test-local

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@
2626
"test": "run-p test:*",
2727
"test:client": "yarn workspace client test",
2828
"test:server": "yarn workspace server test",
29-
"test:infra": "yarn workspace infra test",
29+
"test-local": "run-p test-local:*",
30+
"test-local:infra": "yarn workspace infra test",
3031
"lint": "eslint \"**/*\"",
3132
"lint:fix": "eslint --fix \"**/*\""
3233
},

0 commit comments

Comments
 (0)