You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
allow skipping ngcc-jest-processor (Related to #1013)
Motivation
We have setup withing CI with several steps, first steps installs all dependencies with ngcc, others just using cached node_modules.
Right now ngcc-jest-processor do not allow skipping with some external args, only hardcoded. So with our setup with this command there is no way to skip running useless ngcc-jest
jest --coverage --coverageDirectory=coverage/jest --reporters=default --reporters=jest-junit
Example
No response
The text was updated successfully, but these errors were encountered:
🚀 Feature Proposal
allow skipping ngcc-jest-processor (Related to #1013)
Motivation
We have setup withing CI with several steps, first steps installs all dependencies with ngcc, others just using cached node_modules.
Right now ngcc-jest-processor do not allow skipping with some external args, only hardcoded. So with our setup with this command there is no way to skip running useless ngcc-jest
jest --coverage --coverageDirectory=coverage/jest --reporters=default --reporters=jest-junit
Example
No response
The text was updated successfully, but these errors were encountered: