Skip to content

Commit 71ad51c

Browse files
committed
update registry
1 parent 3045001 commit 71ad51c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

scripts/datasheet-rendering/render-datasheets.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,11 @@ if [ -n "$CI" ]; then
2828
sudo apt-get -qq install -y -o=Dpkg::Use-Pty=0 ca-certificates fonts-liberation libasound2 libappindicator3-1 libatk-bridge2.0-0 libatk1.0-0 libc6 libcairo2 libcups2 libdbus-1-3 libexpat1 libfontconfig1 libgbm1 libgcc1 libglib2.0-0 libgtk-3-0 libnspr4 libnss3 libpango-1.0-0 libpangocairo-1.0-0 libstdc++6 libx11-6 libx11-xcb1 libxcb1 libxcomposite1 libxcursor1 libxdamage1 libxext6 libxfixes3 libxi6 libxrandr2 libxrender1 libxss1 libxtst6 lsb-release wget xdg-utils
2929

3030
echo "Running on Node version: `node -v`"
31+
32+
echo "Setting up registry..."
33+
npm config set registry https://registry.npmjs.org/
34+
echo "Registry attuale: $(npm config get registry)"
35+
3136
echo "Installing dependencies..."
3237
npm install --verbose
3338

0 commit comments

Comments
 (0)