mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 17:19:37 +02:00
Convert server-ce-scripts module to ES modules GitOrigin-RevId: 516247b25b5bdbfd89fee4b99a88431097c827de
7 lines
139 B
Bash
Executable File
7 lines
139 B
Bash
Executable File
#!/bin/sh
|
|
set -e
|
|
|
|
echo "Checking texlive images"
|
|
cd /overleaf/services/web
|
|
node modules/server-ce-scripts/scripts/check-texlive-images.mjs
|