mirror of
https://github.com/Nutomic/ibis.git
synced 2025-02-04 09:11:36 +00:00
install npm
This commit is contained in:
parent
8cfd5340d6
commit
d2f9d04687
3 changed files with 5 additions and 2 deletions
|
@ -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
2
Cargo.lock
generated
|
@ -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",
|
||||||
|
|
|
@ -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]
|
||||||
|
|
Loading…
Reference in a new issue