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:
|
||||
- job: node modules
|
||||
artifacts: true
|
||||
- job: frontend lint # pipeline performance
|
||||
artifacts: false
|
||||
artifacts:
|
||||
paths:
|
||||
- static/
|
||||
|
||||
Reference in New Issue
Block a user