Skip to content

Commit 3a1120f

Browse files
author
pooya parsa
committed
chore: ignore auditing monorepo dev dependencies
1 parent 205a089 commit 3a1120f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"test:fixtures": "jest test/fixtures --forceExit",
2929
"test:lint": "yarn lint",
3030
"test:unit": "jest packages --forceExit",
31-
"audit": "improved-yarn-audit --min-severity moderate -e 1488"
31+
"audit": "improved-yarn-audit --ignore-dev-deps --min-severity moderate -e 1488"
3232
},
3333
"devDependencies": {
3434
"@babel/core": "^7.8.7",

0 commit comments

Comments
 (0)