Skip to content

Commit

Permalink
fix: Run husky on prepare life-cycle script (#813)
Browse files Browse the repository at this point in the history
  • Loading branch information
avaly authored May 20, 2024
1 parent 280a0bf commit 7c4eb98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@
"docs": "node docs/build.js && docsify serve ./docs",
"benchmark": "pnpm build && node --experimental-specifier-resolution=node ./benchmark/run.js",
"lint": "eslint --ext .js,.mjs,.ts .",
"postinstall": "husky",
"postpack": "pinst --enable",
"prepack": "pinst --disable && pnpm build",
"prepare": "husky",
"pretty": "prettier '**/*.{js,md,ts}' --write",
"pretty:ci": "prettier '**/*.{js,md,ts}' --check",
"release": "standard-version --infile docs/CHANGELOG.md",
Expand Down

0 comments on commit 7c4eb98

Please sign in to comment.