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
"dev": "concurrently \"npm run dev --prefix reactnative-esm\" \"npm run dev --prefix browser-metro\" \"npm run dev --prefix browser-metro/example\" \"npm run dev --prefix website\"",
"dev:bundler": "concurrently \"npm run dev --prefix reactnative-esm\" \"npm run dev --prefix browser-metro\" \"npm run dev --prefix browser-metro/example\"",
"dev:website": "npm run dev --prefix website",
"build": "bash scripts/build-playground.sh && npm run build --prefix website",