Skip to content

Commit e226a41

Browse files
authored
chore(verdaccio): enable offline publishing for packages (#7056)
1 parent bce84d8 commit e226a41

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

verdaccio/config.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,9 @@ packages:
5353
# if package is not available locally, proxy requests to 'npmjs' registry
5454
proxy: npmjs
5555

56+
publish:
57+
allow_offline: true
58+
5659
# You can specify HTTP/1.1 server keep-alive timeout in seconds for incoming connections.
5760
# A value of 0 makes the http server behave similarly to Node.js versions prior to 8.0.0, which did not have a keep-alive timeout.
5861
# WORKAROUND: Through given configuration you can work around the following issue https://github.com/verdaccio/verdaccio/issues/301. Set to 0 in case 60 is not enough.

0 commit comments

Comments
 (0)