Created
October 18, 2020 10:08
-
-
Save awareness481/59cdafef36b954f4cf8a217b68dcf418 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
set -euxo pipefail | |
npm install | |
npm run build | |
export CHROME_PATH=$(which google-chrome-stable) | |
export LHCI_BUILD_CONTEXT__EXTERNAL_BUILD_URL="$BUILD_URL" | |
npm install -g @lhci/[email protected] | |
lhci autorun |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment