ckeditor / ckeditor5-package-generator

A tool for creating a new package for CKEditor 5.
Other
6 stars 8 forks source link

Space in a path does not crash the generator #157

Closed pomek closed 1 year ago

pomek commented 1 year ago

Suggested merge commit message (convention)

Fix (generator): Removed the current working directory from a package manager command when installing dependencies. A new process is already spawned in the directory. Hence, there is no need to duplicate the path. Thanks to that, a space in the path will not crash the generator while installing dependencies. Closes #156.


Additional information

For example – encountered issues, assumptions you had to make, other affected tickets, etc.

Supported scopes