From a78589821740ecf1423c1fda8acca2d301eb830d Mon Sep 17 00:00:00 2001
From: James Merrix <james@appoly.co.uk>
Date: Sat, 16 May 2020 16:25:32 +0100
Subject: [PATCH 1/2] Update .styleci.yml

---
 .styleci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.styleci.yml b/.styleci.yml
index 079e892..c82bf93 100644
--- a/.styleci.yml
+++ b/.styleci.yml
@@ -8,6 +8,8 @@ php:
       - server.php
 js:
   finder:
+    exclude:
+      - dist
     not-name:
       - webpack.mix.js
 css: true

From 4a22ae8102a7208f654ea381542dfa0a5e282311 Mon Sep 17 00:00:00 2001
From: James Merrix <james@appoly.co.uk>
Date: Sat, 16 May 2020 16:26:29 +0100
Subject: [PATCH 2/2] Update .styleci.yml

---
 .styleci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.styleci.yml b/.styleci.yml
index c82bf93..8b8bf98 100644
--- a/.styleci.yml
+++ b/.styleci.yml
@@ -10,6 +10,7 @@ js:
   finder:
     exclude:
       - dist
+      -  src/public
     not-name:
       - webpack.mix.js
 css: true