Skip to content

Commit 031bc86

Browse files
author
FalkWolsky
committed
Fix readme location in Lowcoder CLI
1 parent ef96a58 commit 031bc86

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

client/packages/lowcoder-cli/actions/build.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ export default async function buildAction(options) {
101101
});
102102

103103
// copy readme file
104-
const readmePath = findReadmeFileName(paths.appPath);
104+
const readmePath = findReadmeFileName(paths.appPath + '/src');
105105
if (readmePath) {
106106
const destinationPath = resolve(paths.appOutPath, 'readme.md');
107107
copySync(readmePath, destinationPath);

client/packages/lowcoder-cli/package.json

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

0 commit comments

Comments
 (0)