Browse Source

fix:(files-checker): add cypress.d.ts and custom.d.ts

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
tags/v27.0.0beta1
John Molakvoæ 1 year ago
parent
commit
8298bb44fd
No account linked to committer's email address
2 changed files with 4 additions and 2 deletions
  1. 1
    1
      apps/files/src/types.ts
  2. 3
    1
      build/files-checker.php

+ 1
- 1
apps/files/src/types.ts View File

@@ -33,7 +33,7 @@ export type FilesState = {
}

export type FilesStore = {
[id: number]: Node
[fileid: number]: Node
}

export type RootsStore = {

+ 3
- 1
build/files-checker.php View File

@@ -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',

Loading…
Cancel
Save