diff options
author | John Molakvoæ <skjnldsv@protonmail.com> | 2022-11-29 09:51:34 +0100 |
---|---|---|
committer | John Molakvoæ <skjnldsv@protonmail.com> | 2022-11-29 11:26:27 +0100 |
commit | a869259e411486486fb1206dfa74f5363834d92f (patch) | |
tree | 7ea353549158dc5898d917452f8b9c6970438c87 /build | |
parent | 064fa10ecfe4725398895a21ab8bafd171e2eadd (diff) | |
download | nextcloud-server-a869259e411486486fb1206dfa74f5363834d92f.tar.gz nextcloud-server-a869259e411486486fb1206dfa74f5363834d92f.zip |
More theming cypress tests and some fixes
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
Diffstat (limited to 'build')
-rw-r--r-- | build/files-checker.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/build/files-checker.php b/build/files-checker.php index 3fbc0b0423b..2929d5a3cbf 100644 --- a/build/files-checker.php +++ b/build/files-checker.php @@ -64,6 +64,8 @@ $expectedFiles = [ 'COPYING', 'core', 'cron.php', + 'cypress.config.ts', + 'cypress', 'dist', 'index.html', 'index.php', @@ -87,6 +89,7 @@ $expectedFiles = [ 'status.php', 'tests', 'themes', + 'tsconfig.json', 'vendor-bin', 'version.php', 'webpack.common.js', |