0
0

[TASK] Fix Gulp task name

This commit is contained in:
Felix Heller 2020-01-06 18:52:18 +01:00
parent 10b1ce95bc
commit 16fd8144ca

View File

@ -12,7 +12,7 @@ sass-lint:
before_script:
- npm install
script:
- ./node_modules/.bin/gulp sass-lint
- ./node_modules/.bin/gulp sassLint
typoscript-lint:
image: "php:7.2"