Make the linter happy again

This commit is contained in:
Andrea Marchesini
2021-12-03 11:37:48 +01:00
committed by Lesley Norton
parent ca861e2727
commit 07d7b0cad4
3 changed files with 15 additions and 15 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ git submodule init || die
git submodule update --remote --depth 1 src/_locales || die
print Y "Installing dependencies..."
npm install || die
npm install --legacy-peer-deps || die
print Y "Running tests..."
npm test