mirror of
https://github.com/prymitive/karma
synced 2026-08-17 11:27:01 +00:00
fix(project): drop sentry support
This commit is contained in:
committed by
Łukasz Mierzwa
parent
da32c5fc9f
commit
ded6716f86
@@ -22,7 +22,7 @@ git log --no-merges --name-only --pretty=format: ${RANGE} | grep -Ev '^$' | sort
|
||||
elif [[ "${FILE}" == "ui/package.json" ]]; then
|
||||
echo "[?] ${FILE}"
|
||||
git diff --no-prefix --diff-filter=M --unified=0 ${RANGE} -- ui/package.json | grep -E '^\+ ' | tr -d '":,' | while read I NAME VERSION ; do
|
||||
if [[ "${NAME}" =~ ^(@types|@sentry)/.+ ]]; then
|
||||
if [[ "${NAME}" =~ ^@types/.+ ]]; then
|
||||
echo "[S] ${NAME}: ${VERSION}"
|
||||
else
|
||||
echo "[P] ${NAME}: ${VERSION}"
|
||||
|
||||
Reference in New Issue
Block a user