fix: Use package.json as part of node cache key
This commit is contained in:
parent
0611e33d64
commit
f1a76ada72
1 changed files with 1 additions and 0 deletions
|
@ -62,6 +62,7 @@ deploy_to_tags:
|
||||||
key:
|
key:
|
||||||
files:
|
files:
|
||||||
- package-lock.json
|
- package-lock.json
|
||||||
|
- package.json
|
||||||
paths:
|
paths:
|
||||||
- node_modules/
|
- node_modules/
|
||||||
script:
|
script:
|
||||||
|
|
Loading…
Reference in a new issue