Fix tauri command not found by using npm wrapper

This commit is contained in:
Suyog Tandel
2026-01-16 23:49:32 +05:30
parent 4c43b92fa5
commit 85a6c2b34c
+1
View File
@@ -52,6 +52,7 @@ export PATH="$DENO_INSTALL/bin:$PATH"
# Build the App
# This will download Rust crates and Deno modules over the internet
deno install
deno task tauri build --target release
%install