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 4344485 commit b988fe1Copy full SHA for b988fe1
.github/workflows/publish-lowcoder-sdk.yml
@@ -38,6 +38,13 @@ jobs:
38
with:
39
cmd: install
40
dir: client/packages/lowcoder-sdk
41
+
42
+ - name: Build Package
43
+ if: steps.check.outputs.changed == 'true'
44
+ uses: borales/[email protected]
45
+ with:
46
+ cmd: build
47
+ dir: client/packages/lowcoder-sdk
48
49
- name: Publish package to NPM
50
if: steps.check.outputs.changed == 'true'
client/packages/lowcoder-sdk/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "raheel-lc-sdk",
3
- "version": "2.1.12",
+ "version": "2.1.13",
4
"type": "module",
5
"files": [
6
"src",
0 commit comments