Skip to content

Commit f4bc008

Browse files
committed
chore: fixed justfile
1 parent 06890bc commit f4bc008

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ open := if os() == "macos" { "open" } else if os() == "windows" { "start" } else
55

66
# build without tests
77
build:
8-
./gradlew spotlessApply installDist -x test
8+
./gradlew spotlessApply build -x test
99

1010
# run tests
1111
test:

0 commit comments

Comments
 (0)