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
|
image: node
|
||||||
script:
|
script:
|
||||||
- npm install
|
- npm install
|
||||||
- npm i --save-dev @types/url-parse
|
|
||||||
- npx tsc
|
- npx tsc
|
||||||
cache:
|
cache:
|
||||||
policy: pull-push
|
policy: pull-push
|
||||||
|
|
|
||||||
Reference in a new issue