Skip to content

Commit

Permalink
🪲 Verdaccio proxy rules (LayerZero-Labs#714)
Browse files Browse the repository at this point in the history
  • Loading branch information
janjakubnanista authored Jul 18, 2024
1 parent 11b6196 commit c05f11c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion verdaccio.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,14 @@ packages:
# We will not proxy any toolbox* packages
"@layerzerolabs/toolbox-**": *local-package-rules

# And we will not proxy create-lz-oapp
# We will not proxy the contract packages
"@layerzerolabs/oft-evm": *local-package-rules
"@layerzerolabs/onft-evm": *local-package-rules

# And we will not proxy any of the CLI packages
"build-lz-options": *local-package-rules
"create-lz-oapp": *local-package-rules
"decode-lz-options": *local-package-rules

# The rest of the packages we'll proxy to the public NPM repo
"**":
Expand Down

0 comments on commit c05f11c

Please sign in to comment.