1
0
Fork 0
mirror of https://github.com/Nutomic/ibis.git synced 2025-02-04 11:34:41 +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: environment:
CARGO_HOME: .cargo_home CARGO_HOME: .cargo_home
commands: commands:
- apt-get update
- apt-get install npm -y --no-install-recommends --no-install-suggests
- npm install
- *install_binstall - *install_binstall
- rustup target add wasm32-unknown-unknown - rustup target add wasm32-unknown-unknown
- *install_cargo_leptos - *install_cargo_leptos

2
Cargo.lock generated
View file

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

View file

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