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 d70980d commit c604656Copy full SHA for c604656
Makefile
@@ -2,7 +2,7 @@ run-dist:
2
cd app && ./build/install/app/bin/app
3
4
build:
5
- cd app && ./gradlew build && ./gradlew installDist
+ cd app && ./gradlew clean && ./gradlew build && ./gradlew installDist
6
7
clean:
8
cd app && ./gradlew clean
0 commit comments