ci: fix prettier not affecting other files

This commit is contained in:
Cynthia Foxwell 2022-10-18 21:31:19 -06:00
parent 7752599fcb
commit 551892fadc
1 changed files with 1 additions and 0 deletions

View File

@ -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}"