mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 17:19:37 +02:00
Added webpack compilation scripts (#651)
This commit is contained in:
@@ -11,7 +11,8 @@ grep 'name:' config/services.js | \
|
||||
case $service in
|
||||
web)
|
||||
make compile_full
|
||||
WEBPACK_ENV=production make minify
|
||||
make minify
|
||||
npm run webpack:production
|
||||
;;
|
||||
chat)
|
||||
echo "$service doesn't require a compilation"
|
||||
|
||||
Reference in New Issue
Block a user