Skip to content

Commit

Permalink
format astro files
Browse files Browse the repository at this point in the history
  • Loading branch information
itsMapleLeaf committed Sep 28, 2023
1 parent d76f316 commit 31baa23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"astro-sync": "pnpm --filter website exec astro sync",
"format": "run-s --continue-on-error format:*",
"format:eslint": "eslint . --report-unused-disable-directives --fix",
"format:prettier": "prettier --cache --write .",
"format:prettier": "prettier --cache --write . \"**/*.astro\"",
"test": "vitest",
"build": "pnpm -r run build",
"build:website": "pnpm --filter website... run build",
Expand Down

0 comments on commit 31baa23

Please sign in to comment.