diff options
author | John Molakvoæ <skjnldsv@protonmail.com> | 2023-04-05 09:12:08 +0200 |
---|---|---|
committer | John Molakvoæ <skjnldsv@protonmail.com> | 2023-04-06 15:32:31 +0200 |
commit | 8298bb44fdb14024d8e7c0d651a4b219b8975f0e (patch) | |
tree | 265536b1ad9dba08a90f3773d0b729e31d6bb160 | |
parent | d432e0c7b26287f9b34068241591bcf673b33fc5 (diff) | |
download | nextcloud-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>
-rw-r--r-- | apps/files/src/types.ts | 2 | ||||
-rw-r--r-- | build/files-checker.php | 4 |
2 files changed, 4 insertions, 2 deletions
diff --git a/apps/files/src/types.ts b/apps/files/src/types.ts index 28e1bad28a6..c0eeb7c176e 100644 --- a/apps/files/src/types.ts +++ b/apps/files/src/types.ts @@ -33,7 +33,7 @@ export type FilesState = { } export type FilesStore = { - [id: number]: Node + [fileid: number]: Node } export type RootsStore = { 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', |