Skip to content

Commit ba06a48

Browse files
committed
Run formatter.
1 parent 40017bb commit ba06a48

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,7 @@ repos:
2626
- id: astro-check
2727
name: astro check
2828
entry: pnpm run astro check
29-
language: system
30-
files: "^(?:public|src)/.+|astro\\.config\\.mjs|tsconfig\\.json"
31-
pass_filenames: false
32-
33-
- id: astro-build
34-
name: pnpm run astro build
35-
entry: astro build
36-
language: system
29+
language: node
3730
files: "^(?:public|src)/.+|astro\\.config\\.mjs|tsconfig\\.json"
3831
pass_filenames: false
32+
additional_dependencies: ["astro", "@astrojs/check"]

0 commit comments

Comments
 (0)