Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorRoeland Jago Douma <roeland@famdouma.nl>2019-02-12 22:16:43 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2019-02-13 11:03:12 +0300
commit51194a79013de93abd2576df64c3b8cd189b373d (patch)
tree59d28ed1916929f5e029968fd34fefd285af8804 /build
parent518aa1e2a8cd79d455d692ea6bf38edff82949a2 (diff)
Update expected file list
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'build')
-rw-r--r--build/files-checker.php3
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 = [];