Skip to content

Commit 954497f

Browse files
test lowcoder-cli pipeline
1 parent 1aa6c19 commit 954497f

File tree

7 files changed

+336
-366
lines changed

7 files changed

+336
-366
lines changed

‎.github/workflows/publish-lowcoder-cli.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
uses: borales/actions-yarn@v4.2.0
3838
with:
3939
cmd: install
40-
dir: client/packages/lowcoder-comps
40+
dir: client/packages/lowcoder-cli
4141

4242
- name: Publish
4343
if: steps.check.outputs.changed == 'true'

‎client/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@
4646
"jest-canvas-mock": "^2.5.2",
4747
"jest-environment-jsdom": "^29.5.0",
4848
"lint-staged": "^13.0.1",
49-
"lowcoder-cli": "workspace:^",
5049
"mq-polyfill": "^1.1.8",
5150
"prettier": "^3.1.0",
51+
"raheel-lc-cli": "workspace:^",
5252
"rimraf": "^3.0.2",
5353
"rollup": "^2.79.0",
5454
"shelljs": "^0.8.5",

‎client/packages/lowcoder-cli-template-typescript/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
}
1818
},
1919
"devDependencies": {
20-
"lowcoder-cli": "workspace:^",
2120
"lowcoder-sdk": "workspace:^",
21+
"raheel-lc-cli": "workspace:^",
2222
"typescript": "^4.8.4",
2323
"vite": "^4.3.9"
2424
},

‎client/packages/lowcoder-cli/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "raheel-lc-cli",
33
"description": "CLI tool used to start build publish lowcoder components",
4-
"version": "0.0.29",
4+
"version": "0.0.28",
55
"license": "MIT",
66
"bin": "./index.js",
77
"type": "module",

‎client/packages/lowcoder-comps/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
"big.js": "^6.2.1",
1717
"echarts-extension-gmap": "^1.6.0",
1818
"echarts-wordcloud": "^2.1.0",
19-
"lowcoder-cli": "workspace:^",
2019
"lowcoder-sdk": "workspace:^",
2120
"mermaid": "^10.6.1",
21+
"raheel-lc-cli": "workspace:^",
2222
"react": "^18.2.0",
2323
"react-dom": "^18.2.0",
2424
"typescript": "4.8.4"

‎client/packages/lowcoder-plugin-demo/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
3232
"devDependencies": {
3333
"@types/react": "^18.2.45",
3434
"@types/react-dom": "^18.2.18",
35-
"lowcoder-cli": "workspace:^",
3635
"lowcoder-sdk": "workspace:^",
36+
"raheel-lc-cli": "workspace:^",
3737
"typescript": "4.8.4",
3838
"vite": "^4.3.9"
3939
}

0 commit comments

Comments
 (0)