When does vue need to set the dry parameter when running the release #7191
Answered
by
liulinboyi
yangliguo7
asked this question in
Help/Questions
-
Recently I am learning the code of vue. I'm confused about
I know that when the But I want to know when it is necessary to specify this parameter Thank you for your help |
Beta Was this translation helpful? Give feedback.
Answered by
liulinboyi
Nov 22, 2022
Replies: 1 comment 1 reply
-
I think if the |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
edison1105
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think if the
isDryRun
is true, will only show console.log's output to check the process order and the arguments is right or not.