Skip to content

Commit

Permalink
Add a separate dev task for CMS
Browse files Browse the repository at this point in the history
This is useful for developers who only need to work on CMS and design
system.
  • Loading branch information
kasperg committed Dec 5, 2023
1 parent a1d0d8b commit 91fcef8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,10 @@ tasks:
cmds:
- task: react:dev

dev:cms:
deps:
- task: cms:dev

dev:cms-react:
deps:
- cms:dev
Expand Down

0 comments on commit 91fcef8

Please sign in to comment.