Remove stylelint from command watch:css
[MAILPOET-3204]
This commit is contained in:
@ -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();
|
||||
|
Reference in New Issue
Block a user