rsm-hcd / AndcultureCode.Cli

and-cli command-line tool to manage the development of software applications
https://andculture.com
Apache License 2.0
14 stars 15 forks source link

Command to conventionally execute frontend test suite #38

Closed wintondeshong closed 4 years ago

wintondeshong commented 4 years ago

Need a way to conventionally execute npm run test command from CRA as well as other frontend projects.

ie. and-cli webpack-test

Additionally, provide support to switch it to continuous integration mode (ie. --ci flag)

wintondeshong commented 4 years ago

Handling myself right now