build: no prettier left
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/tag/woodpecker Pipeline was successful

This commit is contained in:
D. Moonfire 2023-01-16 22:13:58 -06:00
parent d5b975c179
commit fc1ab22a0e

View file

@ -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