-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
Dev tasks: gulp update should remove ckeditor5-* symlinks which weren't defined in package.json #93
Comments
It touches a more general problem – what task should I use when I'm not sure if my env is up to date. I could have switched branches, I could have added/removed deps, etc. We've got I think that we need to either merge these tasks or clarify better which is to be used when. In the latter case |
I've just realised that |
Another TC in which I'm unsure what I should do – some package was added as a dependency in CKEditor 5. What should I run in CKEditor 5 in order to clone that repo, run there npm install and link it? |
One more thing – these TCs should be added to the list here https://github.com/ckeditor/ckeditor5/wiki/Development-Workflow |
It is a good idea to leave At this point
|
Fixed by #110. |
I'd forget that we need to upgrade https://github.com/ckeditor/ckeditor5/wiki/Development-Workflow. @szymonkups could you do that? |
Added changes to Development Workflow docs. |
Great! |
Other: Mentions can now be matched by any character typed. Closes #6398.
When you change you dev env it may happen that some deps were removed from the package.json and then it will be nice to clean up the symlinks.
The text was updated successfully, but these errors were encountered: