X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=scripts%2Fci.sh;h=8b984093cf84eeab4c57d1987727b8e8ae48b6d7;hb=f7ab36cb8232683fefbbe8954f84bf331f84f38b;hp=8fdbe8f26ad1c89cf31ffc11f599a74e6ed5977e;hpb=14b3e8f4457b2e2aad52044b4c373f5b8fb06568;p=github%2FChocobozzz%2FPeerTube.git diff --git a/scripts/ci.sh b/scripts/ci.sh index 8fdbe8f26..8b984093c 100755 --- a/scripts/ci.sh +++ b/scripts/ci.sh @@ -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