You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "Enterprise-grade lost and found system for SBB Swiss public transport",
"private": true,
"workspaces": [
"services/*",
"shared/*"
],
"scripts": {
"build": "npm run build --workspaces",
"dev": "docker-compose up -d && npm run dev --workspaces",
"test": "npm run test --workspace=services/reporting && npm --prefix frontend run test",
"lint": "npm run lint --workspaces && npm --prefix frontend run lint",
"typecheck": "npm run typecheck --workspaces && npm --prefix frontend run typecheck",
"verify": "npm run format:check && npm run build --workspace=@sbb-lost-found/types && npm run lint && npm run typecheck && npm run test && npm run check:tenant",