Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GLSP-1363: Bundle CLI tool #1364

Closed
wants to merge 1 commit into from
Closed

GLSP-1363: Bundle CLI tool #1364

wants to merge 1 commit into from

Conversation

tortmayr
Copy link
Contributor

@tortmayr tortmayr commented Jul 7, 2024

What it does

Bundle CLI tool with eslint
Also: Update tsconfig target to ES2019 to be in line with Theia
Fixes #1363

How to test

  • Build the application with yarn
  • Start the cli and print the help with yarn cli start help
    No error should occur and the output should look as follows
Usage: glsp [options] [command]

Options:
  -V, --version                                                output the version number
  -h, --help                                                   display help for command

Commands:
  coverageReport [options]                                     Generate a test coverage report for a glsp component
  release [options] <component> <releaseType> [customVersion]  Prepare & publish a new release for a glsp component
  checkHeaders [options] <rootDir>                             Validates the copyright year range (end year) of license header files
  updateNext|u [options] [rootDir]                             Updates all `next` dependencies in GLSP project to the latest version
  generateIndex [options] <rootDir...>                         Generate index files in a given source directory.
  help [command]                                               display help for command

Follow-ups

Changelog

  • This PR should be mentioned in the changelog
  • This PR introduces a breaking change (if yes, provide more details below for the changelog and the migration guide)

Bundle CLI tool with eslint
Also: Update tsconfig target to ES2019 to be in line with Theia
#1363
@tortmayr
Copy link
Contributor Author

tortmayr commented Jul 9, 2024

Close for now due a bug in shelljs shelljs/shelljs#1161

@tortmayr tortmayr closed this Jul 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bundle CLI tool
1 participant