Skip to content

Commit

Permalink
fix: avoid postinstall
Browse files Browse the repository at this point in the history
  • Loading branch information
gas1cent committed Jan 12, 2024
1 parent 19b9183 commit 266ac07
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
"build": "tsc",
"lint:check": "prettier --check .",
"lint:fix": "sort-package-json && prettier --write .",
"start": "ts-node ./src/main.ts",
"test": "jest ./test",
"postinstall": "husky install",
"prepack": "pinst --disable",
"postpack": "pinst --enable"
"postpack": "pinst --enable",
"prepare": "husky install",
"start": "ts-node ./src/main.ts",
"test": "jest ./test"
},
"lint-staged": {
"package.json": "sort-package-json",
Expand Down

0 comments on commit 266ac07

Please sign in to comment.