ci: npm cache
This commit is contained in:
parent
7daefb4cb3
commit
39aa7aad94
|
@ -61,5 +61,9 @@ netlify:
|
|||
- npm run build
|
||||
- netlify deploy --dir=public --prod
|
||||
|
||||
cache:
|
||||
paths:
|
||||
- node_modules/
|
||||
|
||||
rules:
|
||||
- if: $NETLIFY_SITE_ID
|
||||
|
|
Loading…
Reference in New Issue