refactor(npm): single quotes

This commit is contained in:
Alex Munoz 2022-05-24 15:00:50 +02:00 committed by Marcel Feix
parent bb70476d87
commit 50187e5218
No known key found for this signature in database
GPG Key ID: 04D016E104A25F03

View File

@ -1,9 +1,9 @@
include:
- "/templates/npm/npm-dependencies.gitlab-ci.yml"
- "/templates/npm/npm-build.gitlab-ci.yml"
- "/templates/npm/npm-test.gitlab-ci.yml"
- "/templates/npm/npm-lint.gitlab-ci.yml"
- "/templates/npm/npm-e2e.gitlab-ci.yml"
- '/templates/npm/npm-dependencies.gitlab-ci.yml'
- '/templates/npm/npm-build.gitlab-ci.yml'
- '/templates/npm/npm-test.gitlab-ci.yml'
- '/templates/npm/npm-lint.gitlab-ci.yml'
- '/templates/npm/npm-e2e.gitlab-ci.yml'
Dependencies-npm:
extends: .npm-dependencies