You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This already should be configurable...
Try settings shipit.config.shared.basePath - it defaults to path.join(shipit.config.deployTo, 'shared'), but can be set manually.
Thats correct, my suggestion is to be able to configure the directory name independently.
So shipit.config.deployTo as the path, and a separate configuration for the 'shared' string, shipit.config.dirName possibly?
I've got a similar issue open on shipit-deploy: shipitjs/shipit-deploy#128 - the net result should be that you're able to configure all directory names.
The
shared/
directory name is hard coded here: https://github.com/timkelty/shipit-shared/blob/master/lib/init.js#L21Would it be possible to be able to set this in the configuration, falling back to
shared/
to prevent any BC break?The text was updated successfully, but these errors were encountered: