We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2ae8ea commit 45cad0cCopy full SHA for 45cad0c
packages/@vue/cli/lib/util/confirmIfGitDirty.js
@@ -8,6 +8,8 @@ module.exports = async function confirmIfGitDirty (context) {
8
return true
9
}
10
11
+ process.env.VUE_CLI_SKIP_DIRTY_GIT_PROMPT = true
12
+
13
if (!hasProjectGit(context)) {
14
15
0 commit comments