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

fix: better cleanup of directory

parent 8ee1e011
No related branches found
No related tags found
No related merge requests found
Pipeline #689 failed
......@@ -31,7 +31,7 @@ build-wasm:
- rustc --version
- cargo install wasm-pack
- wasm-pack build --release --target=web --out-dir=examples/web/lib -- --features wasm
- npm install && npm run build
- npm install && npm run build && rm -rf node_modules package-lock.json
artifacts:
paths:
- examples/web
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