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

fix: new Typescript deploy instructions

parent 6a158c49
No related branches found
No related tags found
No related merge requests found
Pipeline #687 failed
......@@ -31,6 +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
artifacts:
paths:
- examples/web
......@@ -39,6 +39,7 @@ wasm-pack build --release --target=nodejs -- --features wasm
cargo install wasm-pack
wasm-pack build --release --target=web --out-dir=examples/web/lib -- --features wasm
cd examples/web
npm install && npm run build
python3 -m http.server
```
......
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