Skip to content

Commit

Permalink
Update js libs
Browse files Browse the repository at this point in the history
  • Loading branch information
ly0va committed May 20, 2021
1 parent d277c36 commit 1d56bb7
Show file tree
Hide file tree
Showing 2 changed files with 1,873 additions and 1,514 deletions.
3 changes: 1 addition & 2 deletions infrastructure/zk/src/run/run.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,7 @@ export async function tokenInfo(address: string) {
// installs all dependencies and builds our js packages
export async function yarn() {
await utils.spawn('yarn');
// Uncomment only if you updated zksync-crypto and CI is broken
// await utils.spawn('yarn crypto build');
await utils.spawn('yarn crypto build');
await utils.spawn('yarn reading-tool build');
await utils.spawn('yarn zksync prepublish');
}
Expand Down
Loading

0 comments on commit 1d56bb7

Please sign in to comment.