Closed eidng8 closed 7 years ago
The git flow suggested by this boilerplate is to push on production only after master's branch tests are passed. So the case you are suggesting is not possible and also the behaviour makes the build process safer to my point of view.
It seems that all tests will also be compiled during dev/prod build. Say, if I make a syntax error in the
home.spec.ts
, then runnpm run dev
orionic build android
, the error in thehome.spec.ts
will popup and breaks the build process.