From 677139b6f4c7ad412f7b16f1aa54cd42950c01dc Mon Sep 17 00:00:00 2001 From: "Dylan R. E. Moonfire" Date: Thu, 18 Nov 2021 02:15:09 -0600 Subject: [PATCH] ci: see if build is required --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 52f25e8..a601e27 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -58,6 +58,7 @@ publish: stage: release script: - nix-shell --run "npm install --ci" + - nix-shell --run "npm run build" - nix-shell --run "npx semantic-release" rules: - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH