Skip to content

Commit 62b3deb

Browse files
committed
test
1 parent 71ad51c commit 62b3deb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/datasheet-rendering/render-datasheets.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ if [ -n "$CI" ]; then
3434
echo "Registry attuale: $(npm config get registry)"
3535

3636
echo "Installing dependencies..."
37-
npm install --verbose
37+
export PUPPETEER_SKIP_DOWNLOAD=true npm install --verbose
3838

3939
echo "Running datasheet-renderer..."
4040
time npx datasheet-renderer config.json

0 commit comments

Comments
 (0)