1
0
Fork 0
mirror of https://github.com/Nutomic/ibis.git synced 2025-01-11 04:15:48 +00:00

Fix npm install

This commit is contained in:
Felix Ableitner 2024-12-10 15:16:14 +01:00
parent 90aa774f0f
commit 1fe0ddb028

View file

@ -89,6 +89,9 @@ steps:
environment:
CARGO_HOME: .cargo_home
commands:
- apt-get update
- apt-get install npm -y --no-install-recommends --no-install-suggests
- npm install
- *install_binstall
- rustup target add wasm32-unknown-unknown
- *install_cargo_leptos