Add Vite to Build Dependencies in Actions
Some checks failed
Some checks failed
This commit is contained in:
parent
cb61113ff8
commit
647343fc12
1 changed files with 2 additions and 2 deletions
|
@ -21,10 +21,10 @@ jobs:
|
|||
container: rust:latest
|
||||
steps:
|
||||
-
|
||||
name: Installing Node, Yarn, Tauri CLI
|
||||
name: Installing Node, Yarn, Vite, Tauri CLI
|
||||
run: |
|
||||
apt update && apt install -y nodejs npm
|
||||
npm install --global yarn
|
||||
npm install --global yarn vite
|
||||
cargo install tauri-cli
|
||||
-
|
||||
name: Checking Out Repository Code
|
||||
|
|
Reference in a new issue