File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
dev-packages/e2e-tests/verdaccio-config Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ targets:
32
32
- name : npm
33
33
id : ' @sentry-internal/replay-canvas'
34
34
includeNames : /^sentry-internal-replay-canvas-\d.*\.tgz$/
35
- # # 1.8 Supabase package (browser and node)
35
+ # # 1.8 Supabase package (browser and node)
36
36
- name : npm
37
37
id : ' @sentry/supabase'
38
38
includeNames : /^sentry-supabase-\d.*\.tgz$/
Original file line number Diff line number Diff line change @@ -158,6 +158,12 @@ packages:
158
158
unpublish : $all
159
159
# proxy: npmjs # Don't proxy for E2E tests!
160
160
161
+ ' @sentry/supabase ' :
162
+ access : $all
163
+ publish : $all
164
+ unpublish : $all
165
+ # proxy: npmjs # Don't proxy for E2E tests!
166
+
161
167
' @sentry/svelte ' :
162
168
access : $all
163
169
publish : $all
You can’t perform that action at this time.
0 commit comments