Make node_modules cache dependent on package.json

FREEBIE
This commit is contained in:
David Balatero 2017-06-14 12:40:29 -07:00 committed by Scott Nonnenberg
parent 37d803fb13
commit 20fcd194d2
No known key found for this signature in database
GPG key ID: A4931C09644C654B

View file

@ -3,6 +3,7 @@ platform:
cache:
- '%LOCALAPPDATA%\electron\Cache'
- node_modules -> package.json
install:
- set PATH=C:\Ruby23-x64\bin;%PATH%