Skip to content
Snippets Groups Projects
Verified Commit e61be13d authored by João Magalhães's avatar João Magalhães :rocket:
Browse files

feat: new lint in builds

parent afc834e1
No related branches found
No related tags found
No related merge requests found
Pipeline #1810 passed
...@@ -45,7 +45,7 @@ build-wasm: ...@@ -45,7 +45,7 @@ build-wasm:
- rustc --version - rustc --version
- cargo install wasm-pack - cargo install wasm-pack
- wasm-pack build --release --target=web --out-dir=frontends/web/lib -- --features wasm - 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: artifacts:
paths: paths:
- frontends/web/dist - frontends/web/dist
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment