Update .gitlab-ci.yml file
This commit is contained in:
parent
65c32a9298
commit
14d9755b93
1 changed files with 0 additions and 1 deletions
|
|
@ -27,7 +27,6 @@ lint_job:
|
|||
image: node
|
||||
script:
|
||||
- npm install
|
||||
- npm i --save-dev @types/url-parse
|
||||
- npx tsc
|
||||
cache:
|
||||
policy: pull-push
|
||||
|
|
|
|||
Reference in a new issue