mirror of
https://github.com/jlengrand/Maestro.git
synced 2026-03-10 08:31:19 +00:00
I'd be happy to help you create a clean update summary for your GitHub project! However, I don't see any input provided after "INPUT:" in your message.
Could you please share the changelog, commit history, or description of what has changed in your project since the last release? This could include:
- Git commit messages
- Pull request descriptions
- A changelog file
- A summary of new features, bug fixes, and improvements
- Any other relevant information about the changes
Once you provide this information, I'll create an exciting CHANGES section with clean, 10-word bullets and relevant emojis for each update! 🚀
This commit is contained in:
@@ -15,7 +15,7 @@ import { fileURLToPath } from 'url';
|
||||
const __dirname = path.dirname(fileURLToPath(import.meta.url));
|
||||
const rootDir = path.resolve(__dirname, '..');
|
||||
|
||||
const outfile = path.join(rootDir, 'dist/cli/maestro-playbook.js');
|
||||
const outfile = path.join(rootDir, 'dist/cli/maestro-cli.js');
|
||||
|
||||
async function build() {
|
||||
console.log('Building CLI with esbuild...');
|
||||
|
||||
Reference in New Issue
Block a user