5 lines
73 B
Text
5 lines
73 B
Text
|
#!/bin/sh
|
||
|
|
||
|
$(npm bin)/prettier --write $(git rev-parse --show-toplevel)
|
||
|
|