mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-21 14:55:51 +00:00
Update .gitpod.yml
This commit is contained in:
parent
aa43ea4884
commit
4f634ed4c0
1 changed files with 1 additions and 1 deletions
|
@ -6,5 +6,5 @@ ports:
|
||||||
onOpen: open-preview
|
onOpen: open-preview
|
||||||
# start up tasks
|
# start up tasks
|
||||||
tasks:
|
tasks:
|
||||||
- init: ./mvnw package -DskipTests >/dev/null
|
- init: ./mvnw package -DskipTests
|
||||||
command: ./mvnw package -DskipTests # FIXME : LS removes *.css on initialize
|
command: ./mvnw package -DskipTests # FIXME : LS removes *.css on initialize
|
||||||
|
|
Loading…
Reference in a new issue