]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - scripts/dev/server.sh
Update changelog
[github/Chocobozzz/PeerTube.git] / scripts / dev / server.sh
index bfe322ce1e94ffe7fdc09d79d3af344f8d3fcce8..b4675c57f54c3d8b3a4f609e9382f40d9291d079 100755 (executable)
@@ -2,9 +2,9 @@
 
 set -eu
 
-if [ ! -f "./client/dist/index.html" ]; then
-  echo "client/dist/index.html does not exist, compile client files..."
-  npm run build:client
+if [ ! -f "./client/dist/en_US/index.html" ]; then
+  echo "client/dist/en_US/index.html does not exist, compile client files..."
+  npm run build:client -- --light
 fi
 
 npm run watch:server