Skip to content

Commit

Permalink
fix: added postinstall script
Browse files Browse the repository at this point in the history
  • Loading branch information
sumbat-ssvlabs committed Jan 6, 2025
1 parent ae64ea6 commit dcdef54
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@
"release": "release-it",
"commit": "git-cz",
"lint-staged": "pnpm run type-check && pnpm vitest run && lint-staged",
"prepare": "husky"
"prepare": "husky",
"postinstall": "pnpm run build"
},
"lint-staged": {
"src/**/*.{ts,tsx,js,json}": [
Expand Down

0 comments on commit dcdef54

Please sign in to comment.