diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d65e0ff405189f6922b0bb1c4c6633a365f9761d..78f3f1087fecc1ed37de653538a1e137bc4d9460 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