Skip to content

Commit

Permalink
Update cibuild Prettier version
Browse files Browse the repository at this point in the history
  • Loading branch information
seshrs committed Oct 22, 2023
1 parent 4a13f69 commit d885069
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions script/cibuild
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ fi

# Verify that all files are Prettified
echo "Veryifying that all files are Prettified..."
npx prettier@2.0.2 -l "src_js/**/*.ts"
npx prettier@2.0.2 -l "_sass/spec/**/*.scss"
npx prettier@3.0.3 -l "src_js/**/*.ts"
npx prettier@3.0.3 -l "_sass/spec/**/*.scss"
echo "Prettier check passed."

# Run JS tests
Expand Down

0 comments on commit d885069

Please sign in to comment.