Skip to content

Commit 88cb36f

Browse files
authored
Merge pull request #26 from simonkovtyk/main
2.0.0-next.0
2 parents bd39393 + 1a053ff commit 88cb36f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Lint
2121
run: |
2222
tsc --noEmit
23-
pnpm run prepare
23+
pnpm run lint:husky
2424
2525
- name: Build
2626
run: tsc

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,6 @@
6464
"husky": "^9.1.6"
6565
},
6666
"scripts": {
67-
"prepare": "husky"
67+
"lint:husky": "husky"
6868
}
6969
}

0 commit comments

Comments
 (0)