mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-11-28 20:48:52 +03:00
chore(maskfile): yew smoke test now uses trunk
instead of cargo-web
This commit is contained in:
parent
ef474e5635
commit
a33286e430
@ -15,7 +15,7 @@ git clone --recursive git@github.com:tauri-apps/smoke-tests.git \
|
||||
|| (cd smoke-tests && git pull origin dev; cd ..) # always prepare up-to-date smoke tests in case it's already available
|
||||
|
||||
cargo build --lib
|
||||
cargo install cargo-web # used by rust/yew
|
||||
cargo install --locked trunk --force # used by rust/yew
|
||||
|
||||
. .scripts/setup.sh
|
||||
```
|
||||
@ -46,7 +46,7 @@ cd smoke-tests; git pull origin dev; cd ..
|
||||
|
||||
# build and install everything Rust related.
|
||||
cargo build --lib
|
||||
cargo install cargo-web
|
||||
cargo install --locked trunk --force
|
||||
|
||||
. .scripts/setup.ps1
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user