Skip to content

Commit

Permalink
Merge pull request #26 from simonkovtyk/main
Browse files Browse the repository at this point in the history
2.0.0-next.0
  • Loading branch information
simonkovtyk authored Sep 19, 2024
2 parents bd39393 + 1a053ff commit 88cb36f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Lint
run: |
tsc --noEmit
pnpm run prepare
pnpm run lint:husky
- name: Build
run: tsc
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,6 @@
"husky": "^9.1.6"
},
"scripts": {
"prepare": "husky"
"lint:husky": "husky"
}
}

0 comments on commit 88cb36f

Please sign in to comment.