We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40017bb commit ba06a48Copy full SHA for ba06a48
.pre-commit-config.yaml
@@ -26,13 +26,7 @@ repos:
26
- id: astro-check
27
name: astro check
28
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: node
37
files: "^(?:public|src)/.+|astro\\.config\\.mjs|tsconfig\\.json"
38
pass_filenames: false
+ additional_dependencies: ["astro", "@astrojs/check"]
0 commit comments