Add cache to CI build
This commit is contained in:
@@ -49,6 +49,11 @@ build:
|
||||
paths:
|
||||
- .next
|
||||
expire_in: 1 week
|
||||
cache:
|
||||
key: ${CI_COMMIT_REF_SLUG}
|
||||
paths:
|
||||
- node_modules/
|
||||
- .next/cache/
|
||||
|
||||
test:e2e:
|
||||
image: circleci/node:12-browsers
|
||||
|
||||
Reference in New Issue
Block a user