Fix test/ci-lint exit codes
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
This commit is contained in:
parent
d2ad1cacb4
commit
307f3d1278
@ -1,7 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
./vendor/bin/phpcs --version
|
||||
./vendor/bin/phpcs -n --report=summary
|
||||
./vendor/bin/phpcs --version &&
|
||||
./vendor/bin/phpcs -n --report=summary &&
|
||||
|
||||
echo "ESLint `./node_modules/.bin/eslint --version`"
|
||||
echo "ESLint `./node_modules/.bin/eslint --version`" &&
|
||||
./node_modules/.bin/eslint --quiet ./js
|
||||
|
||||
Loading…
Reference in New Issue
Block a user