Skip to content

Commit

Permalink
removed husky hook
Browse files Browse the repository at this point in the history
  • Loading branch information
ashkuc committed Jun 19, 2024
1 parent e68b0f9 commit db90824
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@
"lint": "nx run-many --target=lint --all",
"lint:fix": "nx run-many --target=lint --all --fix --skip-nx-cache",
"start": "node -r source-map-support/register ./dist/packages/market/main.js",
"legacy-postinstall": "npm run husky:install",
"prepare": "husky install",
"changelog": "git cliff --prepend ./CHANGELOG.md -u -c ./cliff.toml -r ./ --include-path 'packages/escrow/*' --include-path 'packages/market/*' ",
"tools:generate:docs": "ts-node tools/generate-docs.ts",
"generate:client:api": "npx ts-node --project tools/tsconfig.tools.json tools/generate-client-api.ts",
Expand Down

0 comments on commit db90824

Please sign in to comment.