summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--build.xml4
1 files changed, 3 insertions, 1 deletions
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>