summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@protonmail.com>2023-04-05 09:12:08 +0200
committerJohn Molakvoæ <skjnldsv@protonmail.com>2023-04-06 15:32:31 +0200
commit8298bb44fdb14024d8e7c0d651a4b219b8975f0e (patch)
tree265536b1ad9dba08a90f3773d0b729e31d6bb160 /build
parentd432e0c7b26287f9b34068241591bcf673b33fc5 (diff)
downloadnextcloud-server-8298bb44fdb14024d8e7c0d651a4b219b8975f0e.tar.gz
nextcloud-server-8298bb44fdb14024d8e7c0d651a4b219b8975f0e.zip
fix:(files-checker): add cypress.d.ts and custom.d.ts
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
Diffstat (limited to 'build')
-rw-r--r--build/files-checker.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/build/files-checker.php b/build/files-checker.php
index f4531510c0a..c06e5ea81dc 100644
--- a/build/files-checker.php
+++ b/build/files-checker.php
@@ -67,8 +67,10 @@ $expectedFiles = [
'contribute',
'core',
'cron.php',
- 'cypress',
+ 'custom.d.ts',
'cypress.config.ts',
+ 'cypress.d.ts',
+ 'cypress',
'dist',
'index.html',
'index.php',