Skip to content

Commit

Permalink
chore: add blob lib to npm deploy (#11891)
Browse files Browse the repository at this point in the history
Adding this to the packages we deploy as it is a dep of other deployed
packages.
  • Loading branch information
sklppy88 authored Feb 10, 2025
1 parent b22c9b9 commit bc10f17
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions yarn-project/publish_npm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ function deploy_package() {

# New packages here should be added after the last package that they depend on
deploy_package foundation
deploy_package blob-lib
deploy_package native
deploy_package types
deploy_package circuits.js
Expand Down

0 comments on commit bc10f17

Please sign in to comment.