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 fdf8ed6 commit 70f4a6fCopy full SHA for 70f4a6f
.github/workflows/linting.yml
@@ -28,4 +28,4 @@ jobs:
28
run: npm ci
29
30
- name: Lint project
31
- run: npx lefthook run pre-commit --all-files
+ run: npm run lint
package.json
@@ -5,6 +5,7 @@
5
"private": true,
6
"scripts": {
7
"dev": "vite",
8
+ "lint": "lefthook run pre-commit --all-files",
9
"build": "vite build"
10
},
11
"dependencies": {
0 commit comments