Skip to content

Commit

Permalink
fix: remove husky for now
Browse files Browse the repository at this point in the history
  • Loading branch information
devsargam committed Sep 7, 2024
1 parent 881b135 commit 67df3c4
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 31 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 @@ -125,7 +124,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
34 changes: 21 additions & 13 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 67df3c4

Please sign in to comment.