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:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2021-12-02 20:57:11 +0300
committerJohn Molakvoæ <skjnldsv@protonmail.com>2022-01-08 12:14:50 +0300
commit87d0904b6f6209a553efd5d405c917012a91e259 (patch)
tree8f5d1c53a68cd192fa3b318c63eba0b9108b40a0 /build
parent74b980310852a0b406fa9d073870f92c409d5444 (diff)
Split common vendor chunk
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'build')
-rw-r--r--build/files-checker.php6
1 files changed, 4 insertions, 2 deletions
diff --git a/build/files-checker.php b/build/files-checker.php
index f4ca40a54b3..c817a810712 100644
--- a/build/files-checker.php
+++ b/build/files-checker.php
@@ -20,8 +20,8 @@
*/
$expectedFiles = [
- '.',
'..',
+ '.',
'.codecov.yml',
'.devcontainer',
'.drone.yml',
@@ -63,6 +63,7 @@ $expectedFiles = [
'COPYING',
'core',
'cron.php',
+ 'dist',
'index.html',
'index.php',
'lib',
@@ -73,8 +74,8 @@ $expectedFiles = [
'ocs',
'package-lock.json',
'package.json',
- 'psalm.xml',
'psalm-ocp.xml',
+ 'psalm.xml',
'public.php',
'README.md',
'remote.php',
@@ -88,6 +89,7 @@ $expectedFiles = [
'version.php',
'webpack.common.js',
'webpack.dev.js',
+ 'webpack.modules.js',
'webpack.prod.js',
];
$actualFiles = [];