1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-24 10:27:10 +02:00

Tools: Fixed CI so that eslint runs on pull requests

This commit is contained in:
Laurent Cozic 2021-06-25 09:11:47 +01:00
parent 5ecac211ae
commit 94ba8549b7

View File

@ -72,7 +72,7 @@ fi
# release randomly fail.
# =============================================================================
if [ "$IS_PULL_REQUEST" != "1" ]; then
if [ "$IS_PULL_REQUEST" == "1" ]; then
npm run linter-ci ./
testResult=$?
if [ $testResult -ne 0 ]; then