mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-08 15:32:42 +00:00
5 lines
155 B
Bash
Executable file
5 lines
155 B
Bash
Executable file
#!/bin/bash
|
|
|
|
SHARELATEX_CONFIG=/app/config/settings.webpack.js npm run webpack:production & WEBPACK=$!
|
|
|
|
wait $WEBPACK && echo "Webpack complete" || exit 1
|