diff --git a/services/web/install_deps.sh b/services/web/install_deps.sh index 9531c7a411..3049a97c70 100755 --- a/services/web/install_deps.sh +++ b/services/web/install_deps.sh @@ -12,3 +12,5 @@ wait $LINT && echo "Lint complete" || exit 1 wait $FORMAT && echo "Format complete" || exit 1 wait $TRANSLATIONS && echo "Translations install complete" || exit 1 wait $WEBPACK && echo "Webpack complete" || exit 1 + +rm .sentryclirc