fix(cypress): Also sync 3rdparty directory for local cypress tests

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
This commit is contained in:
Ferdinand Thiessen 2023-10-19 22:03:39 +02:00
parent a6c450b481
commit 5c48a504a7
No known key found for this signature in database
GPG key ID: 45FAE7268762B400

View file

@ -148,6 +148,7 @@ export const applyChangesToNextcloud = async function() {
const htmlPath = '/var/www/html'
const folderPaths = [
'./3rdparty',
'./apps',
'./core',
'./dist',