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.
2 parents bd39393 + 1a053ff commit 88cb36fCopy full SHA for 88cb36f
.github/workflows/deploy.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: Lint
21
run: |
22
tsc --noEmit
23
- pnpm run prepare
+ pnpm run lint:husky
24
25
- name: Build
26
run: tsc
package.json
@@ -64,6 +64,6 @@
64
"husky": "^9.1.6"
65
},
66
"scripts": {
67
- "prepare": "husky"
+ "lint:husky": "husky"
68
}
69
0 commit comments