Add tests and improve localStorage resilience
CI / lint-typecheck-test (push) Has been cancelled

This commit is contained in:
2026-05-19 14:46:03 +02:00
parent 72f9400756
commit 7da5acbba3
18 changed files with 302 additions and 119 deletions
+1 -1
View File
@@ -12,7 +12,7 @@
"start": "npm run start -w apps/web",
"lint": "npm run lint -w apps/web && npm run lint -w apps/mobile && npm run lint -w packages/core && npm run lint -w packages/api-client",
"typecheck": "npm run typecheck -w apps/web && npm run typecheck -w apps/mobile && npm run typecheck -w packages/core && npm run typecheck -w packages/api-client",
"test": "npm run test -w apps/web && npm run test -w apps/mobile && npm run test -w packages/core",
"test": "npm run test -w apps/web && npm run test -w apps/mobile && npm run test -w packages/core && npm run test -w packages/api-client",
"dev:mobile": "npm run start -w apps/mobile",
"typecheck:mobile": "npm run typecheck -w apps/mobile",
"prepare": "husky"