diff options
author | Roeland Jago Douma <roeland@famdouma.nl> | 2019-02-12 20:16:43 +0100 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2019-02-13 09:03:12 +0100 |
commit | 51194a79013de93abd2576df64c3b8cd189b373d (patch) | |
tree | 59d28ed1916929f5e029968fd34fefd285af8804 /build | |
parent | 518aa1e2a8cd79d455d692ea6bf38edff82949a2 (diff) | |
download | nextcloud-server-51194a79013de93abd2576df64c3b8cd189b373d.tar.gz nextcloud-server-51194a79013de93abd2576df64c3b8cd189b373d.zip |
Update expected file list
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
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 a1fa223ed11..2ca726c3b14 100644 --- a/build/files-checker.php +++ b/build/files-checker.php @@ -75,6 +75,9 @@ $expectedFiles = [ 'tests', 'themes', 'version.php', + 'webpack.common.js', + 'webpack.dev.js', + 'webpack.prod.js', ]; $actualFiles = []; |