mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 09:09:36 +02:00
[misc] ShareLaTeX cleanup - high impact GitOrigin-RevId: 6dcce9b0f15e30f7afcf6d69c3df36a369f38120
6 lines
171 B
Bash
Executable File
6 lines
171 B
Bash
Executable File
#!/bin/bash
|
|
|
|
OVERLEAF_CONFIG=/overleaf/services/web/config/settings.webpack.js npm run webpack:production & WEBPACK=$!
|
|
|
|
wait $WEBPACK && echo "Webpack complete" || exit 1
|