Update GitLab CI cache paths
- Add `.next/cache/` to cache paths for improved performance.
This commit is contained in:
@@ -17,7 +17,7 @@ cache:
|
|||||||
key: ${CI_COMMIT_REF_SLUG}
|
key: ${CI_COMMIT_REF_SLUG}
|
||||||
paths:
|
paths:
|
||||||
- node_modules/
|
- node_modules/
|
||||||
policy: pull
|
- .next/cache/
|
||||||
|
|
||||||
variables:
|
variables:
|
||||||
NEXT_PUBLIC_ENV: "production"
|
NEXT_PUBLIC_ENV: "production"
|
||||||
|
|||||||
Reference in New Issue
Block a user