ember-polyfills / ember-angle-bracket-invocation-polyfill

MIT License
76 stars 33 forks source link

Attempt to run steps sequentially (instead of in a single step). #87

Closed rwjblue closed 5 years ago

rwjblue commented 5 years ago

On Windows, we were only running our first command (not all of them). Trying to work around that issue by making each step a separate entry (vs using the run: | syntax to run many in a single step).