Actions
Task #92223
closedBuild/Scripts/runTests.sh -s lintTypescript does not find task "tslint"
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Tests
Target version:
-
Start date:
2020-09-07
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
10
PHP Version:
Tags:
tests,core development,lint
Complexity:
easy
Sprint Focus:
Description
The script runTests.sh runs with Docker. It does not find the task "tslint"
Build/Scripts/runTests.sh -s lintTypescript
Creating network "local_default" with the default driver
yarn install v1.21.1
[1/5] Validating package.json...
[2/5] Resolving packages...
success Already up-to-date.
$ patch-package
patch-package 6.2.2
Applying patches...
No patch files found
Done in 1.59s.
Warning: Task "tslint" not found. Use --force to continue.
Aborted due to warnings.
Actions