Skip to content

Commit

Permalink
chore: fix local builds
Browse files Browse the repository at this point in the history
Signed-off-by: Nathan Klick <[email protected]>
  • Loading branch information
nathanklick committed Apr 24, 2024
1 parent d3a4190 commit ce50b92
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
8 changes: 2 additions & 6 deletions Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,17 +51,13 @@ tasks:
cmds:
- task: "install:deps"
- task: "cryptography:build"
- npx yalc add @hashgraph/cryptography > /dev/null
status:
- ./check_yalc_dep.sh @hashgraph/cryptography
- pnpm link ./packages/cryptography

"install:proto:local":
cmds:
- task: "install:deps"
- task: "proto:build"
- npx yalc add @hashgraph/proto > /dev/null
status:
- ./check_yalc_dep.sh @hashgraph/proto
- pnpm link ./packages/proto

"build:proto":
cmds:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -129,4 +129,4 @@
"optional": true
}
}
}
}
2 changes: 1 addition & 1 deletion packages/proto/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,4 @@
"typescript": "^5.1.6",
"protobufjs-cli": "^1.0.2"
}
}
}

0 comments on commit ce50b92

Please sign in to comment.