Skip to content

Commit

Permalink
chore: remove husky for now (#1157)
Browse files Browse the repository at this point in the history
  • Loading branch information
devsargam authored Oct 5, 2024
1 parent 328721b commit 01a09fd
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 35 deletions.
4 changes: 0 additions & 4 deletions .husky/post-merge

This file was deleted.

12 changes: 0 additions & 12 deletions .husky/pre-commit

This file was deleted.

2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
"db:seed": "prisma db seed",
"db:reset": "prisma migrate reset",
"update:videometadata": "ts-node --compiler-options \"{\\\"module\\\": \\\"CommonJS\\\"}\" ./src/scripts/updateVideoMetaData.ts",
"prepare": "husky install",
"studio": "prisma studio",
"studio:docker": "open http://localhost:5555 || start http://localhost:5555",
"storybook": "concurrently 'yarn:watch:*'",
Expand Down Expand Up @@ -130,7 +129,6 @@
"autoprefixer": "^10.0.1",
"eslint": "^8.56.0",
"eslint-plugin-storybook": "^0.8.0",
"husky": "^9.0.7",
"jsdom": "^24.0.0",
"postcss": "^8",
"prettier": "^3.2.4",
Expand Down
24 changes: 7 additions & 17 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 01a09fd

Please sign in to comment.