Skip to content

Commit

Permalink
Update zk init
Browse files Browse the repository at this point in the history
  • Loading branch information
perekopskiy committed Feb 9, 2021
1 parent e8b08f1 commit e9b92e7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions infrastructure/zk/src/run/run.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ export async function tokenInfo(address: string) {
// installs all dependencies and builds our js packages
export async function yarn() {
await utils.spawn('yarn');
await utils.spawn('yarn reading-tool build');
await utils.spawn('yarn zksync prepublish');
}

Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@
"zcli": "yarn workspace zcli",
"ts-tests": "yarn workspace ts-tests",
"explorer": "yarn workspace sync-explorer",
"zk": "yarn workspace zk"
"zk": "yarn workspace zk",
"reading-tool": "yarn workspace reading-tool"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^4.10.0",
Expand Down

0 comments on commit e9b92e7

Please sign in to comment.