Skip to content

Commit

Permalink
Add pinst
Browse files Browse the repository at this point in the history
  • Loading branch information
JoelLefkowitz committed Jun 27, 2024
1 parent fc46bbb commit bbf31d0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
"packageManager": "[email protected]",
"scripts": {
"postinstall": "husky",
"prepack": "pinst --disable",
"postpack": "pinst --enable",
"format": "prettier . --write && echo src test | xargs -n1 purty --write",
"lint": "cspell . --dot --gitignore && eslint . --fix --no-error-on-unmatched-pattern && trufflehog3"
},
Expand All @@ -18,6 +20,7 @@
"eslint": "^8.34.0",
"eslint-config-prettier": "^8.0.0",
"husky": "^9.0.0",
"pinst": "^3.0.0",
"prettier": "^3.0.0",
"purescript": "^0.15.14",
"purty": "^7.0.0",
Expand Down

0 comments on commit bbf31d0

Please sign in to comment.