Skip to content

Commit

Permalink
fix(ci): Remove JS V8 dropped packages from the update CI (#3894)
Browse files Browse the repository at this point in the history
* fix(ci): Remove JS V8 dropped packages from the update CI

* remove tmp
  • Loading branch information
krystofwoldrich authored Jun 17, 2024
1 parent 8ceed2f commit d6c1900
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/update-javascript.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ set -euo pipefail

tagPrefix=''
repo="https://github.com/getsentry/sentry-javascript.git"
packages=('@sentry/browser' '@sentry/core' '@sentry/hub' '@sentry/integrations' '@sentry/react' '@sentry/types' '@sentry/utils' '@sentry-internal/typescript')
packages=('@sentry/browser' '@sentry/core' '@sentry/react' '@sentry/types' '@sentry/utils' '@sentry-internal/typescript')
packages+=('@sentry-internal/eslint-config-sdk' '@sentry-internal/eslint-plugin-sdk')

. $(dirname "$0")/update-package-json.sh

0 comments on commit d6c1900

Please sign in to comment.