gilde-ci-cd/templates/npm/npm-lint.gitlab-ci.yml
2022-07-20 17:58:05 +02:00

9 lines
162 B
YAML

.npm-lint:
image: $NODE_IMAGE
stage: verify
script:
- >
if [ "$FRONTEND_DIR" != "" ]; then
cd $FRONTEND_DIR
fi
- npm run ci:lint