Skip to content
This repository has been archived by the owner on Apr 8, 2024. It is now read-only.

Commit

Permalink
chore: run sf-install on local install (#405)
Browse files Browse the repository at this point in the history
  • Loading branch information
cristiand391 authored Dec 14, 2021
1 parent d3fc31c commit 9cabc18
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 @@ -220,7 +220,7 @@
"postpack": "shx rm -f oclif.manifest.json",
"posttest": "yarn test:deprecation-policy ",
"prepack": "yarn compile && yarn lint && yarn oclif-artifacts",
"prepare": "yarn compile && yarn lint",
"prepare": "sf-install && yarn compile && yarn lint",
"pretarball": "sf-release cli:tarballs:prepare && ./scripts/include-sf.js",
"promote-dist-tags": "./scripts/promote-dist-tags",
"promote-docker": "./scripts/docker-promote.js",
Expand Down

0 comments on commit 9cabc18

Please sign in to comment.