We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a52a983 commit 830e3a5Copy full SHA for 830e3a5
legacy-sdk/common/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@orca-so/common-sdk",
3
- "version": "0.6.5",
+ "version": "0.6.8",
4
"description": "Common Typescript components across Orca",
5
"repository": "https://github.com/orca-so/orca-sdks",
6
"author": "Orca Foundation",
nx.json
@@ -13,7 +13,7 @@
13
"dependsOn": ["build"]
14
},
15
"publish": {
16
- "dependsOn": ["build"]
+ "dependsOn": ["build", "^publish"]
17
18
"lint": {
19
0 commit comments