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:
authorCarl Schwan <carl@carlschwan.eu>2022-01-10 11:41:18 +0300
committerGitHub <noreply@github.com>2022-01-10 11:41:18 +0300
commit91c7efaeb6c3a65643f1f0a9377d7c42b9231f8a (patch)
tree8dc915870df52089dc873c347a31699729bd2c57 /build
parentf71475de34e63ec03b26323ac2d98de800777f52 (diff)
parent79f14e8299d5329fa310650f2036f280a2fba4fe (diff)
Merge pull request #30020 from nextcloud/feat/webpack-vendors-bundles
Feat/webpack vendors bundles
Diffstat (limited to 'build')
-rw-r--r--build/files-checker.php6
-rw-r--r--build/package-lock.json2
2 files changed, 5 insertions, 3 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 = [];
diff --git a/build/package-lock.json b/build/package-lock.json
index 69efd8842cd..10b9cb23b45 100644
--- a/build/package-lock.json
+++ b/build/package-lock.json
@@ -4258,4 +4258,4 @@
}
}
}
-}
+} \ No newline at end of file