We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f89037a commit a9bb390Copy full SHA for a9bb390
.verdaccio/config.yml
@@ -8,14 +8,23 @@ uplinks:
8
maxage: 60m
9
10
packages:
11
- '**':
12
- # give all users (including non-authenticated users) full access
13
- # because it is a local registry
+ # exceptions for external @code-pushup packages
+ '@code-pushup/portal-client':
+ access: $all
14
+ proxy: npmjs
15
+ '@code-pushup/eslint-config':
16
17
18
+
19
+ # allow publishing local packages
20
+ '@code-pushup/*':
21
access: $all
22
publish: $all
23
unpublish: $all
24
- # if package is not available locally, proxy requests to npm registry
25
+ # proxy other packages to official NPM registry
26
+ '**':
27
28
proxy: npmjs
29
30
# log settings
0 commit comments