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 c053183 commit 2b79531
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 @@ -84,7 +84,7 @@
"postpack": "rm -f oclif.manifest.json",
"posttest": "yarn lint",
"prepack": "yarn build && oclif lock && oclif manifest . && oclif lock",
"prepare": "husky install && yarn build && oclif manifest",
"prepare": "husky install && yarn build",
"pretest": "yarn build --noEmit && tsc -p test --noEmit",
"test:integration:sf": "mocha --forbid-only \"test/integration/sf.integration.ts\" --timeout 900000",
"test": "mocha --forbid-only \"test/**/*.test.ts\"",
Expand Down

0 comments on commit 2b79531

Please sign in to comment.