diff --git a/package.json b/package.json index 01c8a6bf..b10f4e81 100644 --- a/package.json +++ b/package.json @@ -8,6 +8,8 @@ ], "scripts": { "postinstall": "patch-package", + "mobile": "npm run start --workspace=@rayhealth/mobile -- --port 8083", + "start": "npm run mobile", "build": "turbo build", "test": "turbo test", "lint": "turbo lint",