Skip to content

Commit

Permalink
build: add setup-web
Browse files Browse the repository at this point in the history
  • Loading branch information
fhluo committed Mar 8, 2024
1 parent a49cf54 commit 54f14fc
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion Taskfile.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,20 @@
version: "3"

tasks:
setup:
setup-tauri:
cmds:
- cargo install tauri-cli

setup-web:
dir: xpic-web
cmds:
- pnpm install

setup:
deps:
- setup-tauri
- setup-web

build-web:
dir: xpic-web
cmds:
Expand Down

0 comments on commit 54f14fc

Please sign in to comment.