change
Some checks failed
CI / test (push) Has been cancelled

This commit is contained in:
2026-07-03 16:26:54 +01:00
parent 873c9a5f51
commit 8cff315496
84 changed files with 3063 additions and 603 deletions

View File

@@ -14,7 +14,9 @@
"db:migrate": "npm run migrate -w @adventureos/db",
"db:seed": "npm run seed -w @adventureos/db",
"lint": "npm run lint -w @adventureos/web",
"test": "npm run test -w @adventureos/web && npm run test -w @adventureos/shared",
"typecheck": "npm run typecheck -w @adventureos/web && npm run typecheck -w @adventureos/application && npm run typecheck -w @adventureos/domain",
"test": "npm run test -w @adventureos/domain && npm run test -w @adventureos/application && npm run test -w @adventureos/web && npm run test -w @adventureos/shared",
"test:web": "npm run test -w @adventureos/web",
"test:shared": "npm run test -w @adventureos/shared"
}
}