Skip to content

Commit

Permalink
Added build static argumen to ci command
Browse files Browse the repository at this point in the history
  • Loading branch information
juanjol committed Sep 30, 2024
1 parent a4a68a8 commit 2529bfb
Showing 1 changed file with 1 addition and 1 deletion.
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/$FILE ${@:3}
unlighthouse-ci --build-static --config-file=./config/$FOLDER/$FILE --output-path=./export/$FILE ${@:3}

0 comments on commit 2529bfb

Please sign in to comment.