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 0d95a0a commit 593df51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"postpublish": "yarn run clean",
"posttest": "yarn lint",
"prepare": "husky install",
"postinstall": "husky tsc",
"postinstall": "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 593df51

Please sign in to comment.