From af28aff50b62a9eeb69de4842e0e164f82c9e066 Mon Sep 17 00:00:00 2001 From: aeneasr <3372410+aeneasr@users.noreply.github.com> Date: Thu, 3 Aug 2023 17:34:40 +0200 Subject: [PATCH] fix: run npm ci to install dependencies --- scripts/sync.sh | 1 + 1 file changed, 1 insertion(+) 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 ) }