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
If we build several artifacts with similar patterns, scan will be repeat for each patterns.
consttartifacts=require('tartifacts');tartifacts([{dest: 'artifact-1',includes: 'sources/**'// first scan},{dest: 'artifact-2',includes: ['sources/**','exlib/**']// second scan of 'sources/**' pattern}]);
We can cache results of first scan and share them to second artifact.
The text was updated successfully, but these errors were encountered:
If we build several artifacts with similar patterns, scan will be repeat for each patterns.
We can cache results of first scan and share them to second artifact.
The text was updated successfully, but these errors were encountered: