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 ef96a58 commit 031bc86Copy full SHA for 031bc86
client/packages/lowcoder-cli/actions/build.js
@@ -101,7 +101,7 @@ export default async function buildAction(options) {
101
});
102
103
// copy readme file
104
- const readmePath = findReadmeFileName(paths.appPath);
+ const readmePath = findReadmeFileName(paths.appPath + '/src');
105
if (readmePath) {
106
const destinationPath = resolve(paths.appOutPath, 'readme.md');
107
copySync(readmePath, destinationPath);
client/packages/lowcoder-cli/package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "lowcoder-cli",
3
"description": "CLI tool used to start build publish lowcoder components",
4
- "version": "0.0.29",
+ "version": "0.0.30",
5
"license": "MIT",
6
"bin": "./index.js",
7
"type": "module",
0 commit comments