From 1e3e64a679ef15801a174cd343fb6f725afbcabb Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 27 Mar 2023 08:43:50 +0200 Subject: Fix tests --- scripts/ci.sh | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'scripts') 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 -- cgit v1.2.3