Skip to content

Commit

Permalink
fix: run npm ci to install dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Aug 3, 2023
1 parent 46ec362 commit af28aff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/sync.sh
Expand Up @@ -242,6 +242,7 @@ function format {
local -r repo_path=$1
(
cd "$repo_path"
npm ci --legacy-peer-deps
npx prettier --write "*.md" .github
)
}
Expand Down

0 comments on commit af28aff

Please sign in to comment.