Skip to content

Commit a608048

Browse files
committed
Add bogus task to ensure backend deps are installed.
1 parent 48fb475 commit a608048

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

apps/backend/moon.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,6 @@ tasks:
3737
preset: "server"
3838
deps:
3939
- build
40+
# Bogus task to ensure deps are installed
41+
setup:
42+
command: "true"

apps/frontend/moon.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,3 +97,4 @@ tasks:
9797
deps:
9898
- build
9999
- install-playwright
100+
- backend:setup

0 commit comments

Comments
 (0)