Skip to content

Commit

Permalink
fix: disable postinstall on user machine
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasthiebaud committed Mar 6, 2021
1 parent 2d19a2c commit fb8f398
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 1 deletion.
53 changes: 52 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
},
"scripts": {
"postinstall": "husky install",
"prepublishOnly": "pinst --disable",
"postpublish": "pinst --enable",
"clean": "rimraf ./dist",
"build": "npm run clean && tsc",
"lint": "prettier --check .",
Expand Down Expand Up @@ -40,6 +42,7 @@
"fastify": "^3.13.0",
"husky": "^5.1.3",
"jest": "^26.6.3",
"pinst": "^2.1.6",
"prettier": "^2.2.1",
"rimraf": "^3.0.2",
"semantic-release": "^17.4.1",
Expand Down

0 comments on commit fb8f398

Please sign in to comment.