We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71ad51c commit 62b3debCopy full SHA for 62b3deb
scripts/datasheet-rendering/render-datasheets.sh
@@ -34,7 +34,7 @@ if [ -n "$CI" ]; then
34
echo "Registry attuale: $(npm config get registry)"
35
36
echo "Installing dependencies..."
37
- npm install --verbose
+ export PUPPETEER_SKIP_DOWNLOAD=true npm install --verbose
38
39
echo "Running datasheet-renderer..."
40
time npx datasheet-renderer config.json
0 commit comments