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
npm run lint # ESLint for TypeScript files
npm run typecheck # TypeScript type checking
npm run format # Format code with Prettier
npm run format:check # Check formatting
Testing
npm run test# Run Jest tests
npm run test:coverage # Run tests with coverage
npm run performance:ci # Check performance budget
Build
npm run build:android # Android release build
npm run android # Run on Android
npm run android:device # Run on Android device