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 33e9e0d commit bff6a44Copy full SHA for bff6a44
packages/@vue/cli-ui/ui-defaults/utils/audit.js
@@ -9,7 +9,7 @@ const severity = {
9
10
exports.auditProject = async function (cwd) {
11
try {
12
- if (hasProjectYarn) {
+ if (hasProjectYarn(cwd)) {
13
const child = await execa('yarn', [
14
'audit',
15
'--json',
0 commit comments