mirror of
https://github.com/zhom/donutbrowser.git
synced 2026-07-25 05:40:50 +02:00
chore: update workflows to include Node.js and pnpm setup, add nodecar build and test steps
This commit is contained in:
+2
-1
@@ -72,7 +72,8 @@
|
||||
"prettier --write"
|
||||
],
|
||||
"src-tauri/**/*.rs": [
|
||||
"cd src-tauri && cargo fmt --all"
|
||||
"cd src-tauri && cargo fmt --all",
|
||||
"cd src-tauri && cargo test"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user