Skip to content

Commit

Permalink
Update packages/solutions/module-tools/src/builder/build.ts
Browse files Browse the repository at this point in the history
Co-authored-by: neverland <chenjiahan.jait@bytedance.com>
  • Loading branch information
10Derozan and chenjiahan committed Jan 15, 2024
1 parent a6cefd4 commit 3c361eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/solutions/module-tools/src/builder/build.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export const runBuildTask = async (
const existTsconfig = await fs.pathExists(buildConfig.tsconfig);

if (Object.keys(buildConfig.input).length === 0) {
logger.info('If input is empty, js and dts task will be skipped');
logger.info('The input config is empty, as a result, the JS compilation and dts generation tasks will be skipped. Please provide input to run these tasks.');
return;
}

Expand Down

0 comments on commit 3c361eb

Please sign in to comment.