Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
frag.jetzt SWTP 2022
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Privacy
Imprint
Contact
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Marc Tröll
frag.jetzt SWTP 2022
Commits
ed8a82aa
Commit
ed8a82aa
authored
5 years ago
by
Tom Käsler
Browse files
Options
Downloads
Patches
Plain Diff
Use node modules cache for linting in pipe
parent
4c46898c
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+1
-7
1 addition, 7 deletions
.gitlab-ci.yml
with
1 addition
and
7 deletions
.gitlab-ci.yml
+
1
−
7
View file @
ed8a82aa
...
...
@@ -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
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment