We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1dc73d0 commit 6cc4b6cCopy full SHA for 6cc4b6c
AGENTS.md
@@ -77,7 +77,10 @@ All plugin/loader modules depend on `:aztec`. Published independently to Automat
77
## Build Commands
78
79
```bash
80
-# Build the demo app
+# Build and run the demo app
81
+./gradlew :app:installDebug && adb shell am start -n org.wordpress.aztec/org.wordpress.aztec.demo.MainActivity
82
+
83
+# Build the demo app (without installing)
84
./gradlew :app:assembleDebug
85
86
# Build the library
0 commit comments