Skip to content

Instantly share code, notes, and snippets.

@awareness481
Created October 18, 2020 10:08
Show Gist options
  • Save awareness481/59cdafef36b954f4cf8a217b68dcf418 to your computer and use it in GitHub Desktop.
Save awareness481/59cdafef36b954f4cf8a217b68dcf418 to your computer and use it in GitHub Desktop.
#!/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