issues
search
kksandr7
/
gulp-stylelint-esm-bug
0
stars
0
forks
source link
readme
Expected behavior:
yarn run gulp
- expects that there will be no
dist
folder if there is an error in the code and
failAfterError: true
is specified.
./some-deploy.sh
- expects that gulp will return exit code
1
and the script execution will be interrupted.