Skip to content

Commit

Permalink
update github workflow [wip]
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeytimoshin committed Oct 17, 2023
1 parent 5be7aea commit 4efbdbe
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -127,5 +127,14 @@
"keywords": [
"oclif"
],
"types": "dist/index.d.ts"
"types": "dist/index.d.ts",
"nx": {
"targets": {
"build": {
"dependsOn": [
{ "projects": ["@lightprotocol/programs"], "target" : "build" }
]
}
}
}
}

0 comments on commit 4efbdbe

Please sign in to comment.