Update hooks and ignore markdown files in size check
Build and Publish Mana Loop Docker Image / build-and-publish (push) Successful in 3m16s

This commit is contained in:
Refactoring Agent
2026-04-29 12:18:08 +02:00
parent 88d6016557
commit 454195cdfb
13 changed files with 1064 additions and 68 deletions
+3 -1
View File
@@ -12,7 +12,8 @@
"db:push": "prisma db push",
"db:generate": "prisma generate",
"db:migrate": "prisma migrate dev",
"db:reset": "prisma migrate reset"
"db:reset": "prisma migrate reset",
"prepare": "husky"
},
"dependencies": {
"@dnd-kit/core": "^6.3.1",
@@ -91,6 +92,7 @@
"bun-types": "^1.3.4",
"eslint": "^9",
"eslint-config-next": "^16.1.1",
"husky": "^9.1.7",
"jsdom": "^29.0.1",
"tailwindcss": "^4",
"tw-animate-css": "^1.3.5",