mirror of
https://github.com/overleaf/overleaf.git
synced 2024-10-31 21:21:03 -04:00
b777e958d4
Decaffeinate settings files GitOrigin-RevId: e9eed42864d537bb1ff5a46c05d990c819afc8eb
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
|