Skip to content

Commit

Permalink
Update website build task
Browse files Browse the repository at this point in the history
  • Loading branch information
luckydye committed Mar 24, 2024
1 parent f0f9044 commit 6b0cd7f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions apps/website/Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
version: "3"

tasks:
setup:
desc: Install dependencies
cmds:
- bun install

dev:
desc: Run website dev server
prefix: "library"
Expand All @@ -11,6 +16,7 @@ tasks:

build:
desc: Build website
deps: [setup]
sources:
- "src/**/*.astro"
- "src/**/*.ts"
Expand Down

0 comments on commit 6b0cd7f

Please sign in to comment.