Skip to content

Commit b988fe1

Browse files
test lowcoder-sdk pipeline
1 parent 4344485 commit b988fe1

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.github/workflows/publish-lowcoder-sdk.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,13 @@ jobs:
3838
with:
3939
cmd: install
4040
dir: client/packages/lowcoder-sdk
41+
42+
- name: Build Package
43+
if: steps.check.outputs.changed == 'true'
44+
uses: borales/actions-yarn@v4.2.0
45+
with:
46+
cmd: build
47+
dir: client/packages/lowcoder-sdk
4148

4249
- name: Publish package to NPM
4350
if: steps.check.outputs.changed == 'true'

client/packages/lowcoder-sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "raheel-lc-sdk",
3-
"version": "2.1.12",
3+
"version": "2.1.13",
44
"type": "module",
55
"files": [
66
"src",

0 commit comments

Comments
 (0)