fix(client-certificates): include socks-certs in npm package (#31872)
This commit is contained in:
parent
a02ed38e60
commit
81b3c0c402
|
|
@ -15,7 +15,7 @@
|
||||||
# See src/server/injected/README.md.
|
# See src/server/injected/README.md.
|
||||||
lib/**/injected/
|
lib/**/injected/
|
||||||
# Include all binaries that we ship with the package.
|
# Include all binaries that we ship with the package.
|
||||||
!bin/*
|
!bin/**/*
|
||||||
# Include FFMPEG
|
# Include FFMPEG
|
||||||
!third_party/ffmpeg/*
|
!third_party/ffmpeg/*
|
||||||
# Include generated types and entrypoint.
|
# Include generated types and entrypoint.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue