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 @@ -128,6 +128,12 @@ packages:
128
128
unpublish : $all
129
129
# proxy: npmjs # Don't proxy for E2E tests!
130
130
131
+ ' @sentry/solidjs ' :
132
+ access : $all
133
+ publish : $all
134
+ unpublish : $all
135
+ # proxy: npmjs # Don't proxy for E2E tests!
136
+
131
137
' @sentry/svelte ' :
132
138
access : $all
133
139
publish : $all
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import baseConfig from '../../vite/vite.config';
4
4
5
5
export default {
6
6
...baseConfig ,
7
- plugins : [ solidPlugin ( ) ] ,
7
+ plugins : [ solidPlugin ( { hot : ! process . env . VITEST } ) ] ,
8
8
test : {
9
9
// test exists, no idea why TS doesn't recognize it
10
10
// eslint-disable-next-line @typescript-eslint/no-explicit-any
You can’t perform that action at this time.
0 commit comments