blob: 67c6370b8c3c14c5608a359e0374bea68b271a41 [file] [log] [blame]
#!/bin/bash -xe
cd gerrit
if git show --diff-filter=AM --name-only --pretty="" HEAD | grep polygerrit-ui
then
echo 'Installing required npm packages...'
yarn install --offline || yarn install
fi