mirror of
https://gitlab.com/Cynosphere/xmc.git
synced 2024-08-14 22:57:03 +00:00
ci: fix prettier not affecting other files
This commit is contained in:
parent
7752599fcb
commit
551892fadc
1 changed files with 1 additions and 0 deletions
|
@ -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}"
|
||||
|
|
Loading…
Reference in a new issue