Skip to content

Commit

Permalink
Remove husky (#638)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasIO authored Sep 14, 2023
1 parent c421c99 commit a0875fe
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ build/
.vscode/
yarn-error.log
.DS_Store
generated/
generated/
.husky/
5 changes: 0 additions & 5 deletions .husky/pre-push

This file was deleted.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"license": "Apache-2.0",
"author": "LiveKit",
"scripts": {
"prepare": "husky install",
"build": "turbo run build",
"build:core": "turbo run build --filter=@livekit/components-core...",
"build:next": "turbo run build --filter=@livekit/component-example-next...",
Expand Down

0 comments on commit a0875fe

Please sign in to comment.