mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
[misc] hide the download progress of dependencies
This commit is contained in:
parent
6d44851869
commit
275bb1b330
1 changed files with 3 additions and 3 deletions
|
@ -6,11 +6,11 @@ run: package
|
|||
|
||||
|
||||
build:
|
||||
mvn package -DskipTests
|
||||
mvn --no-transfer-progress package -DskipTests
|
||||
|
||||
|
||||
test:
|
||||
mvn test
|
||||
mvn --no-transfer-progress test
|
||||
|
||||
|
||||
clean:
|
||||
|
@ -18,7 +18,7 @@ clean:
|
|||
|
||||
|
||||
package: clean
|
||||
mvn package -DskipTests
|
||||
mvn --no-transfer-progress package -DskipTests
|
||||
|
||||
|
||||
.PHONY: run package build clean test
|
||||
|
|
Loading…
Reference in a new issue