Compare commits
1 Commits
9a75a91df2
...
88ba0839b5
| Author | SHA1 | Date | |
|---|---|---|---|
| 88ba0839b5 |
@ -3,7 +3,7 @@
|
||||
|
||||
__csscomb() {
|
||||
__msg "Csscomb:"
|
||||
local files="${1}"
|
||||
local files=("$@")
|
||||
|
||||
if [[ ${DRY_RUN} -eq 0 ]]; then
|
||||
csscomb -v "${files[@]}"
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
|
||||
__prettier() {
|
||||
__msg "Prettier:"
|
||||
local files="${1}"
|
||||
local files=("$@")
|
||||
|
||||
if [[ ${DRY_RUN} -eq 0 ]]; then
|
||||
prettier --write "${files[@]}"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user