mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-23 00:16:12 +01:00
[BUGFIX] Use correct relative paths for removing files from release (#209)
This commit is contained in:
parent
73a27f7306
commit
4d0b39519f
1 changed files with 5 additions and 5 deletions
|
@ -122,11 +122,11 @@
|
||||||
"rm .editorconfig",
|
"rm .editorconfig",
|
||||||
"rm .gitattributes",
|
"rm .gitattributes",
|
||||||
"rm .php_cs.php",
|
"rm .php_cs.php",
|
||||||
"rm /Resources/Private/.eslintignore",
|
"rm Resources/Private/.eslintignore",
|
||||||
"rm /Resources/Private/.eslintrc.json",
|
"rm Resources/Private/.eslintrc.json",
|
||||||
"rm /Resources/Private/.prettierrc.js",
|
"rm Resources/Private/.prettierrc.js",
|
||||||
"rm /Resources/Private/package.json",
|
"rm Resources/Private/package.json",
|
||||||
"rm /Resources/Private/stylelint.config.js",
|
"rm Resources/Private/stylelint.config.js",
|
||||||
"rm codeception.yml",
|
"rm codeception.yml",
|
||||||
"rm phpcs.xml"
|
"rm phpcs.xml"
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue