ci: npm cache
This commit is contained in:
parent
5406998d43
commit
1866f8bb2a
|
@ -58,5 +58,9 @@ netlify:
|
|||
- npm run build
|
||||
- netlify deploy --dir=public --prod
|
||||
|
||||
cache:
|
||||
paths:
|
||||
- node_modules/
|
||||
|
||||
rules:
|
||||
- if: $NETLIFY_SITE_ID
|
||||
|
|
Loading…
Reference in New Issue