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

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tests/PHPUnit/Integration')
-rw-r--r--tests/PHPUnit/Integration/ReleaseCheckListTest.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/PHPUnit/Integration/ReleaseCheckListTest.php b/tests/PHPUnit/Integration/ReleaseCheckListTest.php
index a54c8be820..7b74515589 100644
--- a/tests/PHPUnit/Integration/ReleaseCheckListTest.php
+++ b/tests/PHPUnit/Integration/ReleaseCheckListTest.php
@@ -909,6 +909,8 @@ class ReleaseCheckListTest extends \PHPUnit\Framework\TestCase
'vendor/szymach/c-pchart/src/Resources/fonts/Silkscreen*',
'vendor/szymach/c-pchart/src/Resources/fonts/verdana*',
+ 'package-lock.json',
+
# not needed js files
'node_modules/angular/angular.min.js.gzip',
'node_modules/angular/angular.js',
@@ -1039,7 +1041,6 @@ class ReleaseCheckListTest extends \PHPUnit\Framework\TestCase
'.lfsconfig',
'HIRING.md',
'.github/',
-
];
return $this->isFilePathFoundInArray($file, $filesAndFoldersToDeleteFromPackage);