Skip to content

Commit

Permalink
fix: npm publish order (#2687)
Browse files Browse the repository at this point in the history
Need to publish npm packages that other depend on first

# Checklist:
Remove the checklist to signal you've completed it. Enable auto-merge if
the PR is ready to merge.
- [ ] If the pull request requires a cryptography review (e.g.
cryptographic algorithm implementations) I have added the 'crypto' tag.
- [ ] I have reviewed my diff in github, line by line and removed
unexpected formatting changes, testing logs, or commented-out code.
- [ ] Every change is related to the PR description.
- [ ] I have
[linked](https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue)
this pull request to relevant issues (if any exist).
  • Loading branch information
spypsy authored and Maddiaa0 committed Oct 5, 2023
1 parent 2ecd2df commit 2261239
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions yarn-project/deploy_npm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -67,13 +67,13 @@ deploy_package ethereum
deploy_package noir-compiler
deploy_package noir-contracts
deploy_package cli
deploy_package pxe
deploy_package merkle-tree
deploy_package acir-simulator
deploy_package key-store
deploy_package pxe
deploy_package archiver
deploy_package merkle-tree
deploy_package p2p
deploy_package sequencer-client
deploy_package world-state
deploy_package key-store
deploy_package sequencer-client
deploy_package aztec-node
deploy_package aztec-sandbox

0 comments on commit 2261239

Please sign in to comment.