From 551892fadce887e96cc3c55fcc14a4fb12c8251c Mon Sep 17 00:00:00 2001 From: Cynthia Foxwell Date: Tue, 18 Oct 2022 21:31:19 -0600 Subject: [PATCH] ci: fix prettier not affecting other files --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5e96c9f..838b812 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -17,6 +17,7 @@ splitter: script: - node bin/splitter.js xmc.user.css modular - prettier --write modular/**/*.css + - prettier --write modular/*.css - git add modular - git commit -m "Make Modular" - git push "https://${GITLAB_USER_LOGIN}:${CI_GIT_TOKEN}@${CI_SERVER_HOST}/${CI_PROJECT_PATH}.git" "HEAD:${CI_DEFAULT_BRANCH}"