From e61be13dae86c4a4a327700d0810423a93170fbf Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jo=C3=A3o=20Magalh=C3=A3es?= <joamag@gmail.com>
Date: Sun, 27 Nov 2022 21:51:07 +0000
Subject: [PATCH] feat: new lint in builds

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d65e0ff4..78f3f108 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -45,7 +45,7 @@ build-wasm:
     - rustc --version
     - cargo install wasm-pack
     - wasm-pack build --release --target=web --out-dir=frontends/web/lib -- --features wasm
-    - cd frontends/web && npm install && npm run build
+    - cd frontends/web && npm install && npm run build && npm run lint
   artifacts:
     paths:
       - frontends/web/dist
-- 
GitLab