build: no prettier left
ci/woodpecker/push/woodpecker Pipeline was successful Details
ci/woodpecker/tag/woodpecker Pipeline was successful Details

This commit is contained in:
D. Moonfire 2023-01-16 22:13:58 -06:00
parent d5b975c179
commit fc1ab22a0e
1 changed files with 1 additions and 1 deletions

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