From 0c8b572e821d24f04fb8e9c824d2ba4ef868f89f Mon Sep 17 00:00:00 2001 From: "Alexander \"PapaTutuWawa" Date: Sun, 20 Aug 2023 21:36:13 +0200 Subject: [PATCH] verbose --- .woodpecker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 7873fe3..d477a00 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -2,7 +2,7 @@ pipeline: lint: image: dart:3.0.7 commands: - - PUB_HOSTED_URL=http://172.17.0.1:8000 dart pub get --no-precompile + - PUB_HOSTED_URL=http://172.17.0.1:8000 dart pub get --verbose --no-precompile - dart analyze --fatal-infos --fatal-warnings test: image: dart:3.0.7