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>2019-10-17 00:24:00 +0300
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2019-10-17 01:06:09 +0300
commita1480c95eb850520b667b6abecdbb90320122088 (patch)
tree8c5d9e46e474a34965d9980fef1822aecae505bd /build
parentf7319e139dfcfcd6309ce94cb514ebb58a4b49ad (diff)
Merge all babelrc into one file
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'build')
-rw-r--r--build/files-checker.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/files-checker.php b/build/files-checker.php
index 81b76d42cd0..a6a71e149eb 100644
--- a/build/files-checker.php
+++ b/build/files-checker.php
@@ -22,7 +22,7 @@
$expectedFiles = [
'.',
'..',
- '.babelrc',
+ '.babelrc.js',
'.codecov.yml',
'.drone.yml',
'.eslintrc.js',