mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-02 13:49:00 +02:00
b777e958d4
Decaffeinate settings files GitOrigin-RevId: e9eed42864d537bb1ff5a46c05d990c819afc8eb
6 lines
155 B
Bash
Executable File
6 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
|