Skip to content
Snippets Groups Projects
Commit ed8a82aa authored by Tom Käsler's avatar Tom Käsler
Browse files

Use node modules cache for linting in pipe

parent 4c46898c
No related merge requests found
......@@ -20,13 +20,7 @@ tslint:
allow_failure: false
dependencies: []
script:
- echo "{}" > package.json
- npm install tslint-angular
- npm install tslint-eslint-rules
- npm install @angular/compiler
- npm install @angular/core
- npm install typescript
- npm install rxjs
- npm install
- node_modules/tslint/bin/tslint -p ./tsconfig.json -c ./tslint.json --project
unit_tests:
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment