overleaf/services/web/install_deps.sh
Jakob Ackermann fa594e575b Merge pull request #3113 from overleaf/jpa-translations-mono-repo
[misc] mono repo with translations

GitOrigin-RevId: 1ed86d211f6a2031aafc3e7462687af0e957f9fd
2020-08-19 02:06:08 +00:00

5 lines
105 B
Bash
Executable file

#!/bin/bash
npm run webpack:production & WEBPACK=$!
wait $WEBPACK && echo "Webpack complete" || exit 1