mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-26 23:52:06 +00:00
chore: ignore auditing monorepo dev dependencies
This commit is contained in:
parent
205a089f83
commit
3a1120fc5b
@ -28,7 +28,7 @@
|
||||
"test:fixtures": "jest test/fixtures --forceExit",
|
||||
"test:lint": "yarn lint",
|
||||
"test:unit": "jest packages --forceExit",
|
||||
"audit": "improved-yarn-audit --min-severity moderate -e 1488"
|
||||
"audit": "improved-yarn-audit --ignore-dev-deps --min-severity moderate -e 1488"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.8.7",
|
||||
|
Loading…
Reference in New Issue
Block a user