From 50187e521854eea29199e38a4c222f38b61bc7b5 Mon Sep 17 00:00:00 2001 From: Alex Munoz Date: Tue, 24 May 2022 15:00:50 +0200 Subject: [PATCH] refactor(npm): single quotes --- pipelines/npm.gitlab-ci.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pipelines/npm.gitlab-ci.yml b/pipelines/npm.gitlab-ci.yml index 5410ddd..ee0d5d6 100644 --- a/pipelines/npm.gitlab-ci.yml +++ b/pipelines/npm.gitlab-ci.yml @@ -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