Skip to content

Commit

Permalink
fix: switched default value of setChromePathInEnv parameter to true (…
Browse files Browse the repository at this point in the history
…as per README)
  • Loading branch information
Jakub Sowinski authored and Jakub Sowinski committed Jun 11, 2020
1 parent 8ef2e04 commit 7e9f6df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ inputs:
default: npm
- name: setChromePathInEnv
description: If true, sets value of environment variable CHROME_PATH to location of local copy of Chromium binaries. This change is required by many tools relying on Chromium to be able to find it and launch it successfully (such as Lighthouse).
default: false
default: true
- name: failBuildOnError
description: If true and Chromium installation finished with failure, whole build will fail. Otherwise, only this plugin fails and the rest of the build proceeds as usual.
default: false

0 comments on commit 7e9f6df

Please sign in to comment.