Skip to content

Commit ec494c6

Browse files
committed
try 4
1 parent d37b124 commit ec494c6

File tree

1 file changed

+23
-1
lines changed

1 file changed

+23
-1
lines changed

verdaccio.install.yaml

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,32 @@ uplinks:
66
npmjs:
77
url: https://registry.npmjs.org/
88
packages:
9-
'@clerk/*':
9+
# Clerk packages needed for Account Portal tests
10+
'@clerk/nextjs':
1011
access: $all
1112
publish: $all
1213
proxy: npmjs
14+
# '@clerk/backend':
15+
# access: $all
16+
# publish: $all
17+
# proxy: npmjs
18+
# '@clerk/react':
19+
# access: $all
20+
# publish: $all
21+
# proxy: npmjs
22+
# '@clerk/shared':
23+
# access: $all
24+
# publish: $all
25+
# proxy: npmjs
26+
# '@clerk/types':
27+
# access: $all
28+
# publish: $all
29+
# proxy: npmjs
30+
# All other @clerk packages (no proxy)
31+
'@clerk/*':
32+
access: $all
33+
publish: $all
34+
# All other packages
1335
'**':
1436
access: $all
1537
publish: $all

0 commit comments

Comments
 (0)