Skip to content

Commit

Permalink
chore: update prepare script [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
mdonnalley authored Nov 6, 2023
1 parent dbdda11 commit 934ab6f
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 @@ -63,7 +63,7 @@
"lint": "eslint . --ext .ts",
"postpublish": "rm oclif.manifest.json oclif.lock",
"posttest": "yarn lint",
"prepare": "husky install",
"prepare": "husky install && yarn build",
"prepublishOnly": "yarn run build && oclif manifest . && oclif lock",
"pretest": "yarn build && tsc -p test --noEmit",
"test": "mocha --forbid-only \"test/**/*.test.ts\""
Expand Down

0 comments on commit 934ab6f

Please sign in to comment.