Browse Source

[5.8] Enable JS on StyleCI (#5000)

* Enable JS on StyleCI
Graham Campbell 5 years ago
parent
commit
60db703a27
1 changed files with 4 additions and 0 deletions
  1. 4 0
      .styleci.yml

+ 4 - 0
.styleci.yml

@@ -6,4 +6,8 @@ php:
     not-name:
       - index.php
       - server.php
+js:
+  finder:
+    not-name:
+      - webpack.mix.js
 css: true