reactioncommerce / reaction-cli

A command line tool for working with Reaction Commerce.
33 stars 20 forks source link

feat: `reaction test` will now run `npm test` if present #64

Closed aldeed closed 6 years ago

aldeed commented 6 years ago

reaction test command will now run npm test if present, instead of previous test command.

@jshimko Does this seem like an okay (if janky) approach to staying compatible with multiple versions of Reaction? Or would it be better to check the app version and base it on that?

Also do we have anything on CI that is relying on --port or SERVER_TEST_REPORTER="dot" from the existing logic? We would have to implement those in a different way if we need them.

jshimko commented 6 years ago

Released in v0.29.0. Thanks!