Skip to content

Commit

Permalink
🚧 puppeteer: skip Chromium download
Browse files Browse the repository at this point in the history
Per recommendation by Heroku support
  • Loading branch information
victorlin committed Oct 18, 2024
1 parent e40d81d commit 20dc6c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ build-auspice() {
echo "Building a customised version of auspice"
git config --global url."ssh://git@".insteadOf git://
cd auspice-client
npm ci --loglevel verbose
PUPPETEER_SKIP_DOWNLOAD=true npm ci --loglevel verbose
./node_modules/.bin/auspice build --verbose --extend ./customisations/config.json
cd ..
}
Expand Down

0 comments on commit 20dc6c1

Please sign in to comment.