Skip to content

Commit

Permalink
🪲 Verdaccio proxy rules (#993)
Browse files Browse the repository at this point in the history
  • Loading branch information
janjakubnanista authored Nov 8, 2024
1 parent 61edc89 commit fcce23b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions verdaccio.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,13 +61,18 @@ packages:
"@layerzerolabs/toolbox-**": *local-package-rules

# We will not proxy the contract packages
"@layerzerolabs/oapp-evm": *local-package-rules
"@layerzerolabs/oapp-evm-upgradeable": *local-package-rules
"@layerzerolabs/oft-evm": *local-package-rules
"@layerzerolabs/oft-evm-upgradeable": *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
"export-deployments": *local-package-rules
"verify-contract": *local-package-rules

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

0 comments on commit fcce23b

Please sign in to comment.