]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - scripts/dev/server.sh
Update changelog
[github/Chocobozzz/PeerTube.git] / scripts / dev / server.sh
index 9b8fddac6595c2c68a225a65e415bad0315f4781..b4675c57f54c3d8b3a4f609e9382f40d9291d079 100755 (executable)
@@ -4,7 +4,7 @@ set -eu
 
 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
+  npm run build:client -- --light
 fi
 
 npm run watch:server