chore: add test runner to pre-commit hook with failure-only output
Build and Publish Mana Loop Docker Image / build-and-publish (push) Failing after 1m58s

This commit is contained in:
2026-05-31 01:42:34 +02:00
parent 6793461a9f
commit 2432f807be
8 changed files with 53 additions and 16 deletions
+6 -2
View File
@@ -1,6 +1,6 @@
{
"_meta": {
"generated": "2026-05-30T20:28:49.474Z",
"generated": "2026-05-30T23:18:08.992Z",
"description": "Import dependency graph for src/lib/game. Keys are files, values are arrays of files they import.",
"usage": "To find what a file affects, search for its path in the VALUES. To find what a file depends on, look at its KEY entry."
},
@@ -122,6 +122,8 @@
"crafting-actions/application-actions.ts": [
"crafting-apply.ts",
"stores/craftingStore.types.ts",
"stores/manaStore.ts",
"stores/uiStore.ts",
"types.ts"
],
"crafting-actions/computed-getters.ts": [
@@ -165,7 +167,9 @@
],
"crafting-actions/preparation-actions.ts": [
"crafting-prep.ts",
"stores/craftingStore.types.ts"
"stores/craftingStore.types.ts",
"stores/manaStore.ts",
"stores/uiStore.ts"
],
"crafting-apply.ts": [
"constants.ts",