Skip to content

Commit

Permalink
Fixed command output dir
Browse files Browse the repository at this point in the history
  • Loading branch information
juanjol committed Jun 19, 2024
1 parent ce4fcb4 commit d68d242
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/lighthouse/lighthouse
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ if [ ! -f ./config/$FOLDER/$FILE ]; then
exit 1
fi

lhci autorun --config=./config/$FOLDER/$FILE --collect.outputDir=./export
lhci autorun --config=./config/$FOLDER/$FILE --upload.outputDir=./export/$FOLDER
ls -l ./export/

0 comments on commit d68d242

Please sign in to comment.