fix nodemodules build;
This commit is contained in:
parent
5a6f5deb59
commit
5af6c35b24
@ -28,10 +28,10 @@ build_fe:
|
||||
cache:
|
||||
key: $CI_COMMIT_REF_SLUG-$CI_PROJECT_DIR
|
||||
paths:
|
||||
- node_modules/
|
||||
only:
|
||||
changes:
|
||||
- frontend/package-lock.json
|
||||
- frontend/node_modules/
|
||||
# only:
|
||||
# changes:
|
||||
# - frontend/package-lock.json
|
||||
extends:
|
||||
- .build
|
||||
|
||||
@ -68,7 +68,7 @@ lint_fe:
|
||||
cache:
|
||||
key: $CI_COMMIT_REF_SLUG-$CI_PROJECT_DIR
|
||||
paths:
|
||||
- node_modules/
|
||||
- frontend/node_modules/
|
||||
policy: pull
|
||||
|
||||
#lint_be:
|
||||
@ -93,7 +93,7 @@ test_fe:
|
||||
cache:
|
||||
key: $CI_COMMIT_REF_SLUG-$CI_PROJECT_DIR
|
||||
paths:
|
||||
- node_modules/
|
||||
- frontend/node_modules/
|
||||
policy: pull
|
||||
extends:
|
||||
- .test
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user