Remove stylelint from command watch:css

[MAILPOET-3204]
This commit is contained in:
Jan Lysý
2020-11-25 16:40:11 +01:00
committed by Veljko V
parent a6c4332e70
commit eec1b9d6a3

View File

@ -55,7 +55,6 @@ class RoboFile extends \Robo\Tasks {
$file = $changedFile->getResource()->getResource();
$this->taskExecStack()
->stopOnFail()
->exec('npm run stylelint -- "' . $file . '"')
->exec('npm run scss')
->exec('npm run autoprefixer')
->run();