Skip to content

Commit

Permalink
Merge branch 'main' into jcannon/all_blog
Browse files Browse the repository at this point in the history
  • Loading branch information
thejcannon authored Dec 30, 2023
2 parents e8246d9 + 83c0626 commit 3bb1677
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
${{ runner.os }}-website-
- run: yarn install --frozen-lockfile
- name: Check formatting
run: npm run prettier .
run: npm run check-formatting
- name: Build
run: npm run build
env:
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"write-heading-ids": "docusaurus write-heading-ids",
"format-all": "prettier --write .",
"format": "prettier --write",
"check-formatting": "prettier .",
"generate-reference": "node reference_codegen/generate.js"
},
"dependencies": {
Expand Down

0 comments on commit 3bb1677

Please sign in to comment.