chore(gitlab-ci): do frontend lint before frontend build to increase perf
This commit is contained in:
parent
08a93abb8f
commit
37fd026661
@ -84,6 +84,8 @@ frontend build:
|
|||||||
needs:
|
needs:
|
||||||
- job: node modules
|
- job: node modules
|
||||||
artifacts: true
|
artifacts: true
|
||||||
|
- job: frontend lint # pipeline performance
|
||||||
|
artifacts: false
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- static/
|
- static/
|
||||||
|
|||||||
Reference in New Issue
Block a user