1
0
Fork 0
mirror of https://github.com/Radarr/Radarr synced 2024-12-23 08:22:39 +00:00

Fixed: Look for changes to package.json before using old build cache (#2445)

This commit is contained in:
Qstick 2018-01-26 02:54:59 -05:00 committed by Leonardo Galli
parent da425b04b1
commit 4afd3f3bfe

View file

@ -32,7 +32,7 @@ artifacts:
cache:
- '%USERPROFILE%\.nuget\packages'
- node_modules
- node_modules -> package.json
pull_requests:
do_not_increment_build_number: true