]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - scripts/dev/server.sh
Add RSS feed to subscribe button
[github/Chocobozzz/PeerTube.git] / scripts / dev / server.sh
index bfe322ce1e94ffe7fdc09d79d3af344f8d3fcce8..9b8fddac6595c2c68a225a65e415bad0315f4781 100755 (executable)
@@ -2,8 +2,8 @@
 
 set -eu
 
-if [ ! -f "./client/dist/index.html" ]; then
-  echo "client/dist/index.html does not exist, compile client files..."
+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
 fi