[build][ci] fix config error

This commit is contained in:
Salakar
2018-09-04 18:28:11 +01:00
parent fb8edf6e6c
commit 91a99cfd71

View File

@@ -85,7 +85,7 @@ aliases:
name: Lint Code
command: |
mkdir -p ~/reports
eslint ./src/ --format junit --output-file ~/reports/eslint.xml
./node_modules/.bin/eslint ./src/ --format junit --output-file ~/reports/eslint.xml
when: always
# flow