-
|
i have this kind of setup
in my implicitDeps:
- "^:build"when I run:
If i remove
Did I miss something? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
|
I think said another way : I only ever want or or |
Beta Was this translation helpful? Give feedback.
-
|
@airtonix You probably want to disable this setting for your deploy tasks: https://moonrepo.dev/docs/config/project#runinci Since deploy tasks aren't CI tasks. |
Beta Was this translation helpful? Give feedback.
You can do exactly that.
Set
runInCI = falseon the deploy tasks and you can usemoon ciin PRs.