]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - scripts/ci.sh
Translated using Weblate (Norwegian Bokmål)
[github/Chocobozzz/PeerTube.git] / scripts / ci.sh
index 8fdbe8f26ad1c89cf31ffc11f599a74e6ed5977e..8b984093cf84eeab4c57d1987727b8e8ae48b6d7 100755 (executable)
@@ -56,6 +56,10 @@ elif [ "$1" = "client" ]; then
 
     MOCHA_PARALLEL=true runTest "$1" $((2*$speedFactor)) $feedsFiles $helperFiles $miscFiles $pluginFiles $libFiles
 elif [ "$1" = "cli-plugin" ]; then
+    # Simulate HTML
+    mkdir -p "./client/dist/en-US/"
+    cp "./client/src/index.html" "./client/dist/en-US/index.html"
+
     npm run build:server
     npm run setup:cli