-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
A single dogfooding devfile for che-theia #18763
Comments
I have 4 commands in my che-theia devfile:
Plus two debug configs for the back-end and the plugin container As for the build setup, I usually do that by hand. my devfile
|
@tsmaeder you don't clone the projects ? what about che-theia init ? |
Issues go stale after Mark the issue as fresh with If this issue is safe to close now please do so. Moderators: Add |
Is your task related to a problem? Please describe.
We have too many devfiles there and there. We want a unique devfile to work on a che-theia plugin or a che-theia extension.
Describe the solution you'd like
devfiles
directory when this is done.Maybe this tasks could be splitted in several steps:
yarn test watch current project
command: that would run the test in watch mode of the yarn project you are currently working onyarn build current project
command: that would build the yarn project you are currently working ontest watch
command: that would run the test in watch mode of the plugin you are currently working onbuild current yarn project
command: that would build the plugin you are currently working onrun the plugin in che-theia next
command that would run the plugin in a dedicated che-theia:next container.The text was updated successfully, but these errors were encountered: