From 5c48a504a7a5f5f9bf1d693b667aaa318c57ee0f Mon Sep 17 00:00:00 2001 From: Ferdinand Thiessen Date: Thu, 19 Oct 2023 22:03:39 +0200 Subject: fix(cypress): Also sync `3rdparty` directory for local cypress tests Signed-off-by: Ferdinand Thiessen --- cypress/dockerNode.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/cypress/dockerNode.ts b/cypress/dockerNode.ts index e2c0db38c97..790200b9c21 100644 --- a/cypress/dockerNode.ts +++ b/cypress/dockerNode.ts @@ -148,6 +148,7 @@ export const applyChangesToNextcloud = async function() { const htmlPath = '/var/www/html' const folderPaths = [ + './3rdparty', './apps', './core', './dist', -- cgit v1.2.3