mirror of https://github.com/penpot/penpot.git
🐛 Fix scripts/fmt
This commit is contained in:
parent
eeaf28bb25
commit
9123d199b7
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
set -ex
|
set -ex
|
||||||
|
|
||||||
cljfmt --parallel=true \
|
cljfmt --parallel=true fix \
|
||||||
common/src/ \
|
common/src/ \
|
||||||
common/test/ \
|
common/test/ \
|
||||||
frontend/src/ \
|
frontend/src/ \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue