Skip to content

Commit

Permalink
chore: test github install
Browse files Browse the repository at this point in the history
  • Loading branch information
mdonnalley committed Nov 3, 2023
1 parent 2a4ac65 commit 0d95a0a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@
"lint": "eslint . --ext .ts",
"postpublish": "yarn run clean",
"posttest": "yarn lint",
"postinstall": "husky install",
"prepare": "husky install",
"postinstall": "husky tsc",
"prepublishOnly": "yarn run build && oclif lock && oclif manifest . && oclif readme",
"pretest": "yarn build --noEmit && tsc -p test --noEmit",
"preversion": "yarn run clean",
Expand Down

0 comments on commit 0d95a0a

Please sign in to comment.