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();
|
$file = $changedFile->getResource()->getResource();
|
||||||
$this->taskExecStack()
|
$this->taskExecStack()
|
||||||
->stopOnFail()
|
->stopOnFail()
|
||||||
->exec('npm run stylelint -- "' . $file . '"')
|
|
||||||
->exec('npm run scss')
|
->exec('npm run scss')
|
||||||
->exec('npm run autoprefixer')
|
->exec('npm run autoprefixer')
|
||||||
->run();
|
->run();
|
||||||
|
Reference in New Issue
Block a user