Skip to content

Commit

Permalink
馃敤 Husky install scripts in package.json & disable with pinst (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
thecarlo committed Jan 3, 2024
1 parent 33eaae4 commit 9b6303b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@humankode/git-inject-jira-ticket",
"version": "0.0.7",
"version": "0.0.8",
"private": false,
"description": "A script for the prepare-commit-msg git hook that automatically injects a Jira ticket based off the jira ticket in the branch name",
"repository": "github:thecarlo/git-inject-jira-ticket",
Expand All @@ -25,7 +25,9 @@
"lint:fix": "eslint --fix 'src/**/*.ts'",
"prettier": "prettier --check 'src/**/*.ts'",
"prettier:fix": "prettier --write 'src/**/*.ts'",
"prepare": "husky install"
"postinstall": "husky install",
"prepack": "pinst --disable",
"postpack": "pinst --enable"
},
"devDependencies": {
"@types/chalk": "^2.2.0",
Expand All @@ -50,6 +52,7 @@
"lilconfig": "^3.0.0",
"lodash": "^4.17.21",
"or": "^0.2.0",
"pinst": "^3.0.0",
"prettier": "^3.1.1",
"prettier-eslint": "^16.2.0",
"ts-jest": "^29.1.1",
Expand Down

0 comments on commit 9b6303b

Please sign in to comment.