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
shipit-npm doesn't support automatic commands, either, so I'm not sure if this is a bug or not, but most npm or yarn projects typically have more steps than just npm install. So maybe this is a bug for shipit-npm and not directly shipit-yarn.
Another option, which to me seems much more better for developers is supporting an array of npm commands rather than forcing install.
Looks like nothing is automatically triggering yarn.cmd from https://github.com/clement-escolano/shipit-yarn/blob/master/tasks/yarn/index.js#L28.
I expected something like this to exist in there:
shipit-npm doesn't support automatic commands, either, so I'm not sure if this is a bug or not, but most npm or yarn projects typically have more steps than just
npm install
. So maybe this is a bug for shipit-npm and not directly shipit-yarn.Another option, which to me seems much more better for developers is supporting an array of npm commands rather than forcing install.
So currently, it would be something like:
But maybe this is better:
Makes it a lot more flexible to do things, and I think makes a lot more sense in terms of an install/build/deploy process.
The text was updated successfully, but these errors were encountered: