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 4253f23 commit 8a594ad
Show file tree
Hide file tree
Showing 3 changed files with 595 additions and 624 deletions.
2 changes: 2 additions & 0 deletions .cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,10 @@
"giphy",
"jsdoc",
"lefkowitz",
"pinst",
"pkey",
"plusplus",
"postpack",
"trufflehog"
]
}
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@
},
"scripts": {
"postinstall": "husky",
"prepack": "pinst --disable",
"postpack": "pinst --enable",
"lint": "cspell . --dot --gitignore && eslint . --fix && tsc --noEmit && trufflehog3",
"format": "prettier . --write",
"build": "tsc",
Expand Down Expand Up @@ -61,6 +63,7 @@
"eslint-plugin-sort-imports-es6-autofix": "^0.6.0",
"husky": "^9.0.0",
"jest": "^29.0.0",
"pinst": "^3.0.0",
"prettier": "^3.0.0",
"prettier-plugin-jsdoc": "^1.3.0",
"ts-jest": "^29.0.0",
Expand Down
Loading

0 comments on commit 8a594ad

Please sign in to comment.