diff --git a/package.json b/package.json index 9e66c07..196a246 100644 --- a/package.json +++ b/package.json @@ -9,6 +9,7 @@ "scripts": { "postinstall": "bun run --filter expo-atlas build", "build": "bun run --filter 'expo-atlas*' build", + "build:ui": "bun run --filter expo-atlas-ui build", "clean": "bun run --filter 'expo-atlas*' clean", "lint": "bun run --filter 'expo-atlas*' lint", "start": "bun run --filter 'expo-atlas*' start",