1
0
Fork 0
mirror of https://github.com/Nutomic/ibis.git synced 2025-01-25 17:35:47 +00:00

install npm

This commit is contained in:
Felix Ableitner 2024-12-10 14:50:49 +01:00
parent 8cfd5340d6
commit d2f9d04687
3 changed files with 5 additions and 2 deletions

View file

@ -84,6 +84,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

2
Cargo.lock generated
View file

@ -1757,7 +1757,7 @@ dependencies = [
[[package]]
name = "ibis"
version = "0.2.0-rc.1"
version = "0.2.0-rc.2"
dependencies = [
"activitypub_federation",
"anyhow",

View file

@ -1,6 +1,6 @@
[package]
name = "ibis"
version = "0.2.0-rc.1"
version = "0.2.0-rc.2"
edition = "2021"
[features]