mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 16:26:59 -04:00
fix(cypress): Also sync 3rdparty directory for local cypress tests
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
This commit is contained in:
parent
a6c450b481
commit
5c48a504a7
1 changed files with 1 additions and 0 deletions
|
|
@ -148,6 +148,7 @@ export const applyChangesToNextcloud = async function() {
|
|||
|
||||
const htmlPath = '/var/www/html'
|
||||
const folderPaths = [
|
||||
'./3rdparty',
|
||||
'./apps',
|
||||
'./core',
|
||||
'./dist',
|
||||
|
|
|
|||
Loading…
Reference in a new issue