Skip to content

Commit

Permalink
setup watch builder build task
Browse files Browse the repository at this point in the history
  • Loading branch information
hahn-kev committed Dec 13, 2024
1 parent 07ff5de commit 7c21439
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions frontend/Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ tasks:
build-viewer-app:
deps: [viewer:build-app]
label: vite
watch-viewer-app:
deps: [viewer:watch-app]
label: vite
viewer-dev:
deps: [viewer:app]
label: vite
Expand Down
3 changes: 3 additions & 0 deletions frontend/viewer/Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ tasks:
build-app:
deps: [ install ]
cmd: pnpm run build-app
watch-app:
deps: [ install ]
cmd: pnpm run build-app --watch

install:
method: checksum
Expand Down

0 comments on commit 7c21439

Please sign in to comment.