Open
Description
Similar to this topcoder-platform/taas-es-processor#38
Now all the unit tests are up to date.
To make sure that we are only deploying correct code, during deploying we have to run:
npm run lint
to make sure lint passnpm run test
to make sure unit tests pass
If lint or unit tests fail the deployment process should be terminated.
@nkumar-topcoder should we config it ourselves? or is there someone from Topcoder infrastructure team who might help us with this?