From ed72e7ffb68085d13f8941295e6b3722b66850e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juanjo=20L=C3=B3pez?= Date: Thu, 5 Sep 2024 21:52:12 +0200 Subject: [PATCH] Commands export reports to folder with same name as config file --- commands/unlighthouse/unlighthouse | 2 +- commands/unlighthouse/unlighthouse-ci | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/commands/unlighthouse/unlighthouse b/commands/unlighthouse/unlighthouse index ec49f3a..3508674 100755 --- a/commands/unlighthouse/unlighthouse +++ b/commands/unlighthouse/unlighthouse @@ -10,4 +10,4 @@ FOLDER=${1:-'local'} FILE=${2:-'unlighthouse.ts'} -unlighthouse --config-file=./config/$FOLDER/$FILE --output-path=./export/$FOLDER ${@:3} \ No newline at end of file +unlighthouse --config-file=./config/$FOLDER/$FILE --output-path=./export/$FILE ${@:3} \ No newline at end of file diff --git a/commands/unlighthouse/unlighthouse-ci b/commands/unlighthouse/unlighthouse-ci index 59d1f74..8bf2f79 100755 --- a/commands/unlighthouse/unlighthouse-ci +++ b/commands/unlighthouse/unlighthouse-ci @@ -10,4 +10,4 @@ FOLDER=${1:-'local'} FILE=${2:-'unlighthouse.ts'} -unlighthouse-ci --config-file=./config/$FOLDER/$FILE --output-path=./export/$FOLDER ${@:3} \ No newline at end of file +unlighthouse-ci --config-file=./config/$FOLDER/$FILE --output-path=./export/$FILE ${@:3} \ No newline at end of file