Commit d9d20e98 authored by Heimo Stranner's avatar Heimo Stranner
Browse files

fix renovate build

parent 44abf36b
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -8,7 +8,8 @@ LTS_NODE_VERSION=$(nvm list-remote | grep 'Latest LTS' | tail -n1 | awk '{print
nvm install $LTS_NODE_VERSION
ln -sf /nvm/versions/node/$LTS_NODE_VERSION/bin/node /usr/local/bin/node
ln -sf /nvm/versions/node/$LTS_NODE_VERSION/bin/npm /usr/local/bin/npm
cd /opt/buildpack/tools/renovate/*
find / -name renovate
cd /opt/containerbase/tools/renovate/*
rm -rf node_modules
npm install
echo "legacy-peer-deps = true" >> /home/ubuntu/.npmrc