1
0
Fork 0
mirror of https://github.com/overleaf/overleaf.git synced 2025-02-22 21:31:45 +00:00
overleaf/services/web/install_deps.sh
Alf Eaton ba4300d9e1 Merge pull request from overleaf/ae-react-create-file-modal
Migrate "Add Files" modal to React

GitOrigin-RevId: fc5235108ee65294e3176da9c327791c34aa5b3c
2021-03-19 03:04:46 +00:00

5 lines
159 B
Bash
Executable file

#!/bin/bash
SHARELATEX_CONFIG=/app/config/settings.webpack.coffee npm run webpack:production & WEBPACK=$!
wait $WEBPACK && echo "Webpack complete" || exit 1