mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 17:19:37 +02:00
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
|