Skip to content

Commit 9c767d9

Browse files
committed
fix: add extends directive for inheriting global tasks in workspace configuration
1 parent 86ace9a commit 9c767d9

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.moon/workspace.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ $schema: './cache/schemas/workspace.json'
66
projects:
77
- 'apps/*'
88
- 'packages/*'
9+
10+
# Inherit global tasks
11+
extends: 'tasks.yml'
12+
913
vcs:
1014
defaultBranch: 'main'
1115
provider: 'github'

0 commit comments

Comments
 (0)