-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update dependency @pob/root to v13.2.0 (#165)
- Loading branch information
1 parent
c045d3a
commit 0c1af8c
Showing
5 changed files
with
37 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,13 @@ | ||
if [ -n "$(git diff HEAD@{1}..HEAD@{0} -- yarn.lock)" ]; then | ||
yarn config set logFilters --json '[ | ||
{"code": "YN0002","level": "discard"}, | ||
{"code": "YN0007","level": "discard"}, | ||
{"code": "YN0008","level": "discard"}, | ||
{"code": "YN0013","level": "discard"}, | ||
{"code": "YN0018","level": "discard"}, | ||
{"code": "YN0060","level": "discard"}, | ||
{"code": "YN0061","level": "discard"} | ||
]' > /dev/null | ||
yarn install --immutable || true | ||
yarn config unset logFilters > /dev/null | ||
fi |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,13 @@ | ||
if [ -n "$(git diff HEAD@{1}..HEAD@{0} -- yarn.lock)" ]; then | ||
yarn config set logFilters --json '[ | ||
{"code": "YN0002","level": "discard"}, | ||
{"code": "YN0007","level": "discard"}, | ||
{"code": "YN0008","level": "discard"}, | ||
{"code": "YN0013","level": "discard"}, | ||
{"code": "YN0018","level": "discard"}, | ||
{"code": "YN0060","level": "discard"}, | ||
{"code": "YN0061","level": "discard"} | ||
]' > /dev/null | ||
yarn install --immutable || true | ||
yarn config unset logFilters > /dev/null | ||
fi |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,13 @@ | ||
if [ -n "$(git diff HEAD@{1}..HEAD@{0} -- yarn.lock)" ]; then | ||
if [ -n "$(git diff HEAD@{1}..HEAD@{0} -- yarn.lock)" ] | [ "$1" = "rebase" ]; then | ||
yarn config set logFilters --json '[ | ||
{"code": "YN0002","level": "discard"}, | ||
{"code": "YN0007","level": "discard"}, | ||
{"code": "YN0008","level": "discard"}, | ||
{"code": "YN0013","level": "discard"}, | ||
{"code": "YN0018","level": "discard"}, | ||
{"code": "YN0060","level": "discard"}, | ||
{"code": "YN0061","level": "discard"} | ||
]' > /dev/null | ||
yarn install --immutable || true | ||
yarn config unset logFilters > /dev/null | ||
fi |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters