Skip to content

Commit

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

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

0 comments on commit 96f99a1

Please sign in to comment.