mirror of
https://github.com/overleaf/overleaf.git
synced 2025-01-24 00:41:31 +00:00
Remove make targets in web (#670)
This commit is contained in:
parent
54f444e0ba
commit
bb87d0af1c
1 changed files with 0 additions and 2 deletions
|
@ -10,8 +10,6 @@ grep 'name:' config/services.js | \
|
||||||
echo "Compiling Service $service"
|
echo "Compiling Service $service"
|
||||||
case $service in
|
case $service in
|
||||||
web)
|
web)
|
||||||
make compile_full
|
|
||||||
make minify
|
|
||||||
npm run webpack:production
|
npm run webpack:production
|
||||||
;;
|
;;
|
||||||
chat)
|
chat)
|
||||||
|
|
Loading…
Reference in a new issue