Skip to content

Commit 830e3a5

Browse files
committed
Fix publish gh actions script
1 parent a52a983 commit 830e3a5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

legacy-sdk/common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@orca-so/common-sdk",
3-
"version": "0.6.5",
3+
"version": "0.6.8",
44
"description": "Common Typescript components across Orca",
55
"repository": "https://github.com/orca-so/orca-sdks",
66
"author": "Orca Foundation",

nx.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"dependsOn": ["build"]
1414
},
1515
"publish": {
16-
"dependsOn": ["build"]
16+
"dependsOn": ["build", "^publish"]
1717
},
1818
"lint": {
1919
"dependsOn": ["build"]

0 commit comments

Comments
 (0)