build: no prettier left
This commit is contained in:
parent
d5b975c179
commit
fc1ab22a0e
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
cd $(dirname $0)/..
|
||||
|
||||
# Make sure we have the needed executables installed.
|
||||
for e in dotnet lefthook prettier nixfmt
|
||||
for e in dotnet lefthook nixfmt
|
||||
do
|
||||
if ! which $e >& /dev/null
|
||||
then
|
||||
|
|
Reference in a new issue