mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Added webpack compilation scripts (#651)
This commit is contained in:
parent
936f9f8142
commit
472581d714
1 changed files with 2 additions and 1 deletions
|
@ -11,7 +11,8 @@ grep 'name:' config/services.js | \
|
||||||
case $service in
|
case $service in
|
||||||
web)
|
web)
|
||||||
make compile_full
|
make compile_full
|
||||||
WEBPACK_ENV=production make minify
|
make minify
|
||||||
|
npm run webpack:production
|
||||||
;;
|
;;
|
||||||
chat)
|
chat)
|
||||||
echo "$service doesn't require a compilation"
|
echo "$service doesn't require a compilation"
|
||||||
|
|
Loading…
Reference in a new issue