Skip to content

Commit 9bd9fa1

Browse files
committed
fix(moonrepo): prevent :clean from running in ci
1 parent 0cf8a36 commit 9bd9fa1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.moon/tasks.yml

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ tasks:
3232
affectedFiles: true
3333
clean:
3434
command: "rm -rf dist"
35+
local: true
3536
options:
3637
cache: false
3738
persistent: false

0 commit comments

Comments
 (0)