mirror of
https://github.com/Nutomic/ibis.git
synced 2025-01-25 17:35:47 +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:
|
||||
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
2
Cargo.lock
generated
|
@ -1757,7 +1757,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "ibis"
|
||||
version = "0.2.0-rc.1"
|
||||
version = "0.2.0-rc.2"
|
||||
dependencies = [
|
||||
"activitypub_federation",
|
||||
"anyhow",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "ibis"
|
||||
version = "0.2.0-rc.1"
|
||||
version = "0.2.0-rc.2"
|
||||
edition = "2021"
|
||||
|
||||
[features]
|
||||
|
|
Loading…
Reference in a new issue