Skip to content

Commit

Permalink
Commands export reports to folder with same name as config file
Browse files Browse the repository at this point in the history
  • Loading branch information
juanjol committed Sep 5, 2024
1 parent 174c043 commit ed72e7f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion commands/unlighthouse/unlighthouse
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@
FOLDER=${1:-'local'}
FILE=${2:-'unlighthouse.ts'}

unlighthouse --config-file=./config/$FOLDER/$FILE --output-path=./export/$FOLDER ${@:3}
unlighthouse --config-file=./config/$FOLDER/$FILE --output-path=./export/$FILE ${@:3}
2 changes: 1 addition & 1 deletion commands/unlighthouse/unlighthouse-ci
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@
FOLDER=${1:-'local'}
FILE=${2:-'unlighthouse.ts'}

unlighthouse-ci --config-file=./config/$FOLDER/$FILE --output-path=./export/$FOLDER ${@:3}
unlighthouse-ci --config-file=./config/$FOLDER/$FILE --output-path=./export/$FILE ${@:3}

0 comments on commit ed72e7f

Please sign in to comment.