We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65493fe commit 851bbcbCopy full SHA for 851bbcb
.github/copilot-instructions.md
@@ -178,7 +178,7 @@ settings.gradle.kts # Project structure and dependency management
178
179
## Validation Steps for Changes
180
181
-1. **Build Validation**: Run `./gradlew publishToMavenLocal` or `./gradlew build` to ensure libraries compile
+1. **Build Validation**: Run `./gradlew build` or `./gradlew publishToMavenLocal` to ensure libraries compile
182
2. **Test Validation**: Run `./gradlew check` to validate existing tests pass
183
3. **Demo Validation**: Build demo with `./gradlew :compose-multiplatform-html-unified-demo:sideBySideBrowserDistribution`
184
4. **CI Simulation**: Test on multiple platforms if possible (the CI runs on Ubuntu, macOS, Windows)
0 commit comments