commit | e128d151d31fd7202d86c8fdece9d4c0e589b3b7 | [log] [tgz] |
---|---|---|
author | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | Sun Apr 19 19:40:59 2020 +0200 |
committer | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | Sun Apr 19 19:56:20 2020 +0200 |
tree | e3a493c626ffaf0dc1eb4d188e97bb4d49dba62f | |
parent | bbac0c7d90986f95e93a473c7228021ab726e464 [diff] |
build.xml: Run eslint on lazychat and posts folders, too. Change-Id: If353cafd52730a4c6c2e67f0b6a74b069a253ba7
diff --git a/build.xml b/build.xml index 86541a5..d3f56b5 100644 --- a/build.xml +++ b/build.xml
@@ -46,8 +46,10 @@ <exec executable="yarn" dir="${web-dir}"> <arg value="run"/> <arg value="eslint"/> - <arg value="cms2"/> <arg value="bookmarks"/> + <arg value="cms2"/> + <arg value="lazychat"/> + <arg value="posts"/> <arg value="--color"/> </exec> </target>