Actions
Bug #98247
closedrunTests.sh -s clean also deletes .cache/.npmrc
Start date:
2022-09-02
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
12
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Either runTests.sh -s clean must not delete that file, or we must stop versioning that file. Otherwise, running runTests.sh -s clean will always create changes to the git working copy, which is not desired.
Updated by Oliver Klee about 2 years ago
In general, having an important configuration file in a cache folder looks wrong to me - both semantically (as this is not a cache file) as well as workflow-wise (I'd expect to be able to empty a cache folder without any fallout).
Updated by Stefan Bürk about 2 years ago
- Related to Task #98270: Drop unneeded .cache/.npmrc added
Updated by Stefan Bürk about 2 years ago
- Related to deleted (Task #98270: Drop unneeded .cache/.npmrc)
Updated by Stefan Bürk about 2 years ago
- Has duplicate Task #98270: Drop unneeded .cache/.npmrc added
Updated by Stefan Bürk about 2 years ago
- Has duplicate deleted (Task #98270: Drop unneeded .cache/.npmrc)
Updated by Stefan Bürk about 2 years ago
- Related to Task #98270: Drop unneeded .cache/.npmrc added
Updated by Stefan Bürk about 2 years ago
Closing this in favour of https://forge.typo3.org/issues/98270
Actions