Skip to content

Commit

Permalink
feat(justfile): added
Browse files Browse the repository at this point in the history
  • Loading branch information
growse committed Nov 30, 2024
1 parent 00e96b6 commit a4c415f
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions justfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
set dotenv-load := true
gradlec := "./project/gradlew -p project"

build:
{{gradlec}} assembleDebug

test:
{{gradlec}} app:testGmsDebugUnitTest

espresso:
{{gradlec}} app:createGmsDebugCoverageReport

tasks:
{{gradlec}} tasks --all

sync-i18n:
./util/pull-translations.sh

0 comments on commit a4c415f

Please sign in to comment.