diff --git a/scripts/sync.sh b/scripts/sync.sh index 5fdc88a..be208bc 100755 --- a/scripts/sync.sh +++ b/scripts/sync.sh @@ -242,6 +242,7 @@ function format { local -r repo_path=$1 ( cd "$repo_path" + npm ci --legacy-peer-deps npx prettier --write "*.md" .github ) }