From ef09e49f4ccd27d2ce3c6e7459a4861da5d47d72 Mon Sep 17 00:00:00 2001 From: "Dylan R. E. Moonfire" Date: Thu, 21 Jan 2021 18:49:27 -0600 Subject: [PATCH] ci: missed a npx --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0501bd6..b458256 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -51,7 +51,7 @@ tag: stage: tag needs: [test] script: - - yarn install --frozen-lockfile + - npx yarn install --frozen-lockfile - npx semantic-release rules: - if: '$CI_COMMIT_TITLE =~ /^(docs|chore\(release\))/'